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
The following Workflows use actions (action-bump-semver & action-regex-match) from actions-ecosystem which do not have recent releases:
Create Release Branch
Create Hotfix Branch
From today these actions will be broken. Hopefully they will soon be updated. If this doesn't happen we'll need to remove these actions from the workflow. It might be better to replace them with use of sed.
The actions-ecosystem actions appear to be unmaintained and haven't been updated - action-bump-semver can be replaced with sed -r and action-regex-match is easily replaced with grep -E. This has been done in the associated PR.
* Fix CodeQl workflow to use latest actions
* Fix Link Issue workflow to use latest action version
Was stuck on a patch release, now uses latest minor version
* Fix Release workflow to remove deprecated set-output
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* Fix Link Issue workflow
Due to non-standard versioning (initial 'v') must use full version
* Replace broken actions with shell commands
* Review comment: Fix hotfix semver bump to be patch
Describe the problem
We are using some older versions of actions, or actions which have not been updated in a while. If these are using Node 12 then as of today they will no longer work. See announcement: All Actions will run on Node16 instead of Node12 by default.
To Reproduce
Go to Actions and see previous warnings about this for some of our workflows.
Desired behavior
No warnings for any actions workflows.
The text was updated successfully, but these errors were encountered: