Skip to content

Commit 4e04ab3

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent f7569ea commit 4e04ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
sed -i 's/^maven_version=.*/maven_version='"${{ inputs.version }}"'/g' gradle.properties
3232
3333
- name: 'Commit Version'
34-
uses: stefanzweifel/git-auto-commit-action@v5
34+
uses: stefanzweifel/git-auto-commit-action@v6
3535
with:
3636
commit_message: 'chore(release): bump version to ${{ inputs.version }}'

0 commit comments

Comments
 (0)