-
Notifications
You must be signed in to change notification settings - Fork 543
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
Action Refactoring - Migrating Actions to Use Node 20 #310
Conversation
The arguments parameter of |
Let me know if a different version of gradle is needed. |
Well that failed. Just don't have a specific version I guess? |
Removed the version. If needed can be set again as "current" which uses the stable version of gradle. |
Default is fine |
Thanks for the PR |
* feat: updated build_pull_request actions version * feat: updated build_push actions version * feat: updated issue_moderator action version * feat: updated deprecated arguments in build_pull_request * feat: updated deprecated arguments in build_push * feat: removed explicit declaration of gradle version (cherry picked from commit 170daf9) # Conflicts: # .github/workflows/build_pull_request.yml # .github/workflows/build_push.yml
Migration to updated actions
As stated in this post, GitHub Actions will transition from Node 16, which has reached its EOL, to Node 20.
A couple of actions still need to be updated to Node 20, but PRs have already been opened in the relevant repositories.