Skip to content

Upgrade Github actions versions to fix deprecation warnings #600

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

Merged
merged 2 commits into from
Oct 11, 2022

Conversation

cknitt
Copy link
Member

@cknitt cknitt commented Oct 11, 2022

Recently, CI builds have been logging warnings like this:

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, actions/cache, actions/upload-artifact, actions/cache, actions/checkoutShow less

Upgrade all actions to the latest major versions to fix this.

Also use node 16 everywhere (we had 14 in one place and 16 in another).

@cknitt cknitt merged commit dc355a6 into rescript-lang:master Oct 11, 2022
@cknitt cknitt deleted the ci-fix-deprecation-warnings branch October 11, 2022 16:18
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