The release workflow in .github/workflows/release.yml is using deprecated functionality and thus the following warnings are issued:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-go@v2, jaxxstorm/action-install-gh-release@v1.5.0, goreleaser/goreleaser-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Theset-outputcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Input 'packages_dir' has been deprecated with message: The inputs have been normalized to use kebab-case. Usepackages-dirinstead.
The workflow must be updated according to the warnings listed.
The release workflow in
.github/workflows/release.yml
is using deprecated functionality and thus the following warnings are issued:Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-go@v2, jaxxstorm/action-install-gh-release@v1.5.0, goreleaser/goreleaser-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
The
set-outputcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Input 'packages_dir' has been deprecated with message: The inputs have been normalized to use kebab-case. Use
packages-dirinstead.
The workflow must be updated according to the warnings listed.