Skip to content

Commit 4b77cfe

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent 0d323ec commit 4b77cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run format
1818
run: yarn format
1919
- name: Commit changes
20-
uses: stefanzweifel/git-auto-commit-action@v6.0.1
20+
uses: stefanzweifel/git-auto-commit-action@v7.0.0
2121
with:
2222
commit_message: 'chore: apply formatting changes'
2323
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)