Skip to content

Commit c8315c6

Browse files
authored
ci: use stefanzweifel/[email protected] (#88)
1 parent 5ea7112 commit c8315c6

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run php-cs-fixer
1919
run: ./vendor/bin/php-cs-fixer fix
2020

21-
- uses: stefanzweifel/git-auto-commit-action@v2.1.0
21+
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
2222
with:
2323
commit_message: "style: resolve style guide violations"
2424
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)