We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6012030 commit 4c36ff5Copy full SHA for 4c36ff5
1 file changed
.github/workflows/bump-version.yaml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Commit pre-commit changes
126
if: steps.command.outputs.command-name == 'bump'
127
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
+ uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
128
with:
129
commit_message: Bump ${{ steps.command.outputs.chart-name }} version to ${{ steps.semver.outputs.new_version }}
130
commit_options: "-s"
0 commit comments