Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit e7aa393

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent 8385875 commit e7aa393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: git cliff --bump -o CHANGELOG.md
5959
- name: Commit changes
6060
id: auto-commit-action
61-
uses: stefanzweifel/git-auto-commit-action@v5
61+
uses: stefanzweifel/git-auto-commit-action@v6
6262
if: env.should-release == 'true'
6363
with:
6464
commit_options: "--allow-empty"

0 commit comments

Comments
 (0)