diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d235dd8..bd25a88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,6 +55,6 @@ jobs: uses: docker://oskarstark/php-cs-fixer-ga - name: Apply php-cs-fixer changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Apply php-cs-fixer changes