Skip to content
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

Update actions to newer versions to avoid node deprecation warnings #13

Merged
merged 1 commit into from
May 20, 2024

Conversation

vaitkus
Copy link
Contributor

@vaitkus vaitkus commented May 20, 2024

This PR update actions to newer versions to avoid generating the following warnings upon each run:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

@egonw egonw merged commit 66be1d8 into BlueObelisk:master May 20, 2024
1 check passed
@vaitkus vaitkus deleted the update-node-in-actions branch May 21, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants