Skip to content

Commit 2c31469

Browse files
authored
Merge pull request #21 from boutproject/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
CI: Bump stefanzweifel/git-auto-commit-action from 4 to 5
2 parents 58ea38a + a673f5f commit 2c31469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: |
3131
$HOME/.local/bin/black . $(grep '^#!.*/bin/.*python.*$' . -Ir|cut -d: -f1)
3232
33-
- uses: stefanzweifel/git-auto-commit-action@v4
33+
- uses: stefanzweifel/git-auto-commit-action@v5
3434
with:
3535
commit_message: "Apply black changes"

0 commit comments

Comments
 (0)