action-bump-semver icon indicating copy to clipboard operation
action-bump-semver copied to clipboard

Update workflow to avoid issue with setOutput method

Open nestordgs-tw opened this issue 2 years ago • 1 comments

What this PR does / Why we need it

This PR removes the use of the method setOutput and changes it by adding new lines to the GITHUB_OUTPUT file

Which issue(s) this PR fixes

This PR solved issue 373

Fixes #373

nestordgs-tw avatar Jan 27 '23 19:01 nestordgs-tw

setOutput should still be used. We just need to update @actions/core to 1.10.0 which https://github.com/actions-ecosystem/action-bump-semver/pull/382 handles. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#patching-your-actions-and-workflows for details

flatherskevin avatar Apr 01 '23 15:04 flatherskevin