You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci (ubuntu-20.04)
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: dawidd6/action-get-tag@v1
ci (ubuntu-20.04)
The `set-output` command 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/
ci (macos-12)
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: dawidd6/action-get-tag@v1
ci (macos-12)
The `set-output` command 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/
As an alternative, the tag can directly be extracted and set like this (lines copied here for quick reference):
- name: Get tag if tagged/released and set TAG env varif: startsWith(github.ref, 'refs/tags/v')run: | TAG=$(echo $GITHUB_REF | cut -d '/' -f3) echo "TAG: $TAG" if [[ $TAG == "v"* ]]; then TAG="${TAG:1}" fi echo "TAG: $TAG" echo "TAG=$TAG" >> $GITHUB_ENV
Release (
v0.3.4-alpha
) CI run: https://github.com/liquidaty/zsv/actions/runs/3660069700Warnings:
These warnings are coming from:
zsv/.github/workflows/ci.yml
Lines 37 to 41 in 3ea6750
The rest of the actions have already been updated earlier for NodeJS updates.
As an alternative, the tag can directly be extracted and set like this (lines copied here for quick reference):
I'll submit a PR shortly. Thanks!
CC: @liquidaty
The text was updated successfully, but these errors were encountered: