Skip to content

Commit 0f5ceca

Browse files
Merge pull request #2 from SculptTechProject/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents d595728 + 1330651 commit 0f5ceca

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
@@ -43,7 +43,7 @@ jobs:
4343
black .
4444
4545
- name: Auto-commit formatted files
46-
uses: stefanzweifel/git-auto-commit-action@v5
46+
uses: stefanzweifel/git-auto-commit-action@v6
4747
with:
4848
commit_message: "ci(fmt): black+isort [skip ci]"
4949
file_pattern: "**/*.py"

0 commit comments

Comments
 (0)