diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 1bf485456..cff69efae 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -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 @@ -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