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? 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
Hi there,
Github Actions starts printing warnings for deprecations and this repository is affected. The main warning is concerned with the node version in use (currently 12), which should be updated to v16: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
But there are also deprecations regarding the use of output and state manipulations: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This may become evident after updating the node version.
The text was updated successfully, but these errors were encountered:
Thank you for your report. This is closed by #278 and #310.
Sorry, something went wrong.
No branches or pull requests
Hi there,
Github Actions starts printing warnings for deprecations and this repository is affected. The main warning is concerned with the node version in use (currently 12), which should be updated to v16:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
But there are also deprecations regarding the use of output and state manipulations:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This may become evident after updating the node version.
The text was updated successfully, but these errors were encountered: