bump stefanzweifel/git-auto-commit-action from 4 to 5

This commit is contained in:
IanDelMar 2023-10-08 13:23:02 +02:00
parent dcf4871191
commit 0e924273e6
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}