We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GitHub deprecated the node16 runtime for actions and using any action that still runs on node16 emits warning to the workflow log.
node16
Please update the action to use node20 runtime.
node20
The text was updated successfully, but these errors were encountered:
bump: run with node20 (#25)
bdadd7d
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: oras-project/setup-oras@v1.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Fixes #23 Signed-off-by: Lan Liang <gcslyp@gmail.com>
Successfully merging a pull request may close this issue.
GitHub deprecated the
node16
runtime for actions and using any action that still runs onnode16
emits warning to the workflow log.Please update the action to use
node20
runtime.The text was updated successfully, but these errors were encountered: