Skip to content

Conversation

@TheZalRevolt
Copy link
Contributor

Hello! I updated the version of the checkout action from v4 to v5 inside the ci.yml file

@cla-checker-service
Copy link

cla-checker-service bot commented Oct 3, 2025

💚 CLA has been signed

@TheZalRevolt
Copy link
Contributor Author

signed

@pquentin
Copy link
Member

buildkite test this please

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@pquentin pquentin changed the title 👷 updated checkout action from v4 to v5 Bump checkout action from v4 to v5 Oct 13, 2025
@pquentin pquentin merged commit a11aab5 into elastic:main Oct 13, 2025
15 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
Co-authored-by: riccardo solazzi <rick.zal239@gmail.com>
(cherry picked from commit a11aab5)
@github-actions
Copy link

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-3094-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a11aab5f5a97874e7fc917607e582cda86cdf32f
# Push it to GitHub
git push --set-upstream origin backport-3094-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-3094-to-8.19.

github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
Co-authored-by: riccardo solazzi <rick.zal239@gmail.com>
(cherry picked from commit a11aab5)
miguelgrinberg added a commit that referenced this pull request Oct 13, 2025
(cherry picked from commit a11aab5)

Co-authored-by: Riccardo Solazzi <129967922+TheZalRevolt@users.noreply.github.com>
Co-authored-by: riccardo solazzi <rick.zal239@gmail.com>
Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
miguelgrinberg added a commit that referenced this pull request Oct 13, 2025
(cherry picked from commit a11aab5)

Co-authored-by: Riccardo Solazzi <129967922+TheZalRevolt@users.noreply.github.com>
Co-authored-by: riccardo solazzi <rick.zal239@gmail.com>
Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants