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 Rebel Build Action's GitHub Actions #2

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

madmiraal
Copy link
Contributor

When using Rebel Build Action the following warning is being raised:

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

The end-of-life date for Node.js 16 was brought forward by seven months to coincide with the end of support of OpenSSL 1.1.1 on 11th September 2023.[1]. This prompted GitHub to initiate the deprecation process for GitHub Actions using Node.js 16 and transition all actions to run on Node 20 by Spring 2024.[2].

This PR upgrades the GitHub Actions that Rebel Build Action uses to the latest versions:

It includes updating the Build Tests' workflow to use GitHub's checkout action to v4 too.

[1] https://nodejs.org/en/blog/announcements/nodejs16-eol/
[2] https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@madmiraal madmiraal added bug Something isn't working enhancement New feature or request labels Jan 28, 2024
@DanielaOrtner DanielaOrtner self-requested a review January 30, 2024 15:30
Copy link
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

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

Thank you for keeping us all up to date on versions! :)

@DanielaOrtner DanielaOrtner merged commit 20d06e7 into RebelToolbox:main Jan 30, 2024
1 check passed
@madmiraal madmiraal deleted the update-actions branch January 31, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants