linux-system-roles / .github

Common github actions for the linux-system-roles organization
MIT License
1 stars 8 forks source link

deprecate set-output; update actions #8

Closed richm closed 1 year ago

richm commented 1 year ago

The set-output has been deprecated - see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Some of the actions have been updated to fix this issue - update those actions

The create-release action has been deprecated https://github.com/actions/create-release the highest rated replacement is https://github.com/marketplace/actions/create-release

reset existing commit after rebase to add without another commit