Skip to content

Commit 58c506a

Browse files
feat(deps): update stefanzweifel/git-auto-commit-action action to v6
1 parent b6eaa7c commit 58c506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
no_commit: True
3737
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
38-
- uses: stefanzweifel/git-auto-commit-action@v5
38+
- uses: stefanzweifel/git-auto-commit-action@v6
3939
with:
4040
commit_message: Adjusted files for isort & autopep
4141

0 commit comments

Comments
 (0)