Skip to content

Commit fcfe940

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#164)
1 parent 9f262c8 commit fcfe940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: "Run friendsofphp/php-cs-fixer"
3434
run: "vendor/bin/php-cs-fixer fix --diff"
3535

36-
- uses: stefanzweifel/git-auto-commit-action@v6
36+
- uses: stefanzweifel/git-auto-commit-action@v7
3737
with:
3838
commit_message: Apply php-cs-fixer changes
3939
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)