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/checkout + actions/setup-node in CI to v3 #1402

Merged
merged 1 commit into from Feb 14, 2023

Conversation

striezel
Copy link
Contributor

Updates the actions/checkout and actions/setup-node actions used in the GitHub Actions workflow to their newest major version.

Still using v2 of actions/checkout or actions/setup-node will generate some warning like in this run: https://github.com/typicode/json-server/actions/runs/3689280970

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v2

The PR will get rid of those warnings for actions/checkout and actions/setup-node, because v3 of both actions uses Node.js 16.

@typicode typicode merged commit fa60189 into typicode:master Feb 14, 2023
@striezel striezel deleted the actions-update branch February 14, 2023 23:56
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.

None yet

2 participants