Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and spawnia committed Oct 6, 2023
1 parent 0a7a711 commit 9730bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: composer normalize

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Normalize composer.json

Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:

- run: vendor/bin/php-cs-fixer fix

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply php-cs-fixer changes

0 comments on commit 9730bc7

Please sign in to comment.