mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
chore(deps): update stefanzweifel/git-auto-commit-action action to v5
This commit is contained in:
parent
d3cf5bfd1a
commit
4e3865c815
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
cmd: yq -i '.version = "${{ steps.version.outputs.next-version }}"' 'galaxy.yml'
|
||||
|
||||
- name: "Write changelog and version"
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: ${{ github.event.pull_request.base.ref }}
|
||||
commit_message: "chore: update version"
|
||||
|
|
Loading…
Reference in a new issue