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

GitHub Actions: Node 16 warning fixes: update setup-dotnet to v4 #5499

Conversation

bernhardkaindl
Copy link
Collaborator

This pull request updates the setup-dotnet actoin dependency from v3 (Node 16) to version v4 (Node 20) to fix Node 16 warnings.


All GitHub actions using Node 16 now issue a warning that they are deprecated. GitHub says:

Node 16 has reached its end of life, prompting us to initiate its deprecation process for GitHub Actions. Our plan is to transition all actions to run on Node 20 by Spring 2024.

Obviously, it will take much longer than "Spring 2024", but we can fix the warnings by updating.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@psafont psafont merged commit ddfd64a into xapi-project:master Mar 11, 2024
28 checks passed
@bernhardkaindl bernhardkaindl deleted the CI-fix-node16-warnings-update-setup-dotnet@v4 branch March 11, 2024 21:44
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.

3 participants