We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f34ed8 + b238f74 commit 6966918Copy full SHA for 6966918
1 file changed
.github/workflows/insert-version.yml
@@ -51,7 +51,7 @@ jobs:
51
regex: false
52
- name: Commit changes
53
if: steps.check-version-length.outputs.failure != 'true'
54
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
55
id: auto-commit-action
56
with:
57
commit_message: "Insert Version ${{ steps.getversion.outputs.version }}"
0 commit comments