Closed richm closed 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/
set-output
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
create-release
reset existing commit after rebase to add without another commit
Add github action permissions to workflows
Add dependabot so that we can get updates of github actions
Signed-off-by: Rich Megginson rmeggins@redhat.com
For the Debian CI I filled https://github.com/roles-ansible/check-ansible-debian-bullseye-action/pull/1
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-releasereset existing commit after rebase to add without another commit
Add github action permissions to workflows
Add dependabot so that we can get updates of github actions
Signed-off-by: Rich Megginson rmeggins@redhat.com