K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Fix deprecated warnings (set-output) #64

Open AXL270 opened 1 year ago

AXL270 commented 1 year ago

Hello,

There is some "set-output" in the yml files, it is deprecated and will block pipelines since May.

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Idea : actions/setup-go can be upgraded in v4