action-bump-semver
action-bump-semver copied to clipboard
chore: update @actions/core to resolve the deprecation warning
What this PR does / Why we need it
set-output was deprecated.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.
$ yarn upgrade @actions/core
$ yarn run build
Which issue(s) this PR fixes
Fixes #