Node.js version updated to: node16
.
Dependencies updated:
@actions/core
@slack/web-api
By updating the @actions/core
to latest version, the deprecated messages are gone, more information:
- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Thanks to:
- @wesbrownfavor. To let us know about the deprecated messages.
- @alexmalev. To let us know about the new
@actions/core
version.