sync-branches icon indicating copy to clipboard operation
sync-branches copied to clipboard

fix: upgrade @actions/core to v1.10.0 to resolve set-output deprecation warning

Open adamstankiewicz opened this issue 2 years ago • 1 comments

Example warning output when running sync-branches:

image

Related issue: https://github.com/TreTuna/sync-branches/issues/71

Based on GitHub documentation, upgrading @actions/core to v1.10.0 should resolve the deprecation warning: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

adamstankiewicz avatar Feb 22 '23 15:02 adamstankiewicz

@TreTuna This PR should resolve the deprecation warning for set-output based on the GitHub documentation. Can you please take a look? Thanks in advance!

adamstankiewicz avatar Feb 22 '23 15:02 adamstankiewicz