diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 65f1a8aa..28a80b01 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -52,7 +52,7 @@ jobs: continue-on-error: true - name: Commit coding standards fixes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix coding standards with phpcbf branch: ${{ github.head_ref }} @@ -131,7 +131,7 @@ jobs: run: composer phpstan-baseline - name: Commit updated basefile - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update PHPStan basefile branch: ${{ github.head_ref }} @@ -173,7 +173,7 @@ jobs: run: composer phpmd-baseline - name: Commit updated basefile - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update PHPMD basefile branch: ${{ github.head_ref }}