-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): bump Github actions to support node.js 20 #13734
Conversation
@@ -37,6 +37,6 @@ jobs: | |||
} | |||
- name: add label | |||
if: steps.backport.outputs.was_successful == 'false' | |||
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.0 | |||
uses: Kong/action-add-labels@81b0a07d6b2ec64d770be1ca94c31ec827418054 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch back once actions-ecosystem/action-add-labels
supports Node.js 20.
@@ -50,6 +50,6 @@ jobs: | |||
} | |||
- name: add label | |||
if: steps.cherry_pick.outputs.was_successful == 'false' | |||
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.0 | |||
uses: Kong/action-add-labels@81b0a07d6b2ec64d770be1ca94c31ec827418054 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch back once actions-ecosystem/action-add-labels
supports Node.js 20.
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13734-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13734-to-master-to-upstream
git checkout -b cherry-pick-13734-to-master-to-upstream
ancref=$(git merge-base 4a8c3fb8bbb620075cd07809fe74f3137e528a75 eeee8fc2b738c58ab84a0830f26217b60bd5daee)
git cherry-pick -x $ancref..eeee8fc2b738c58ab84a0830f26217b60bd5daee |
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-5461