From 0e924273e69b01f9945fd773ca7c2d42c2db9793 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:23:02 +0200 Subject: [PATCH] bump stefanzweifel/git-auto-commit-action from 4 to 5 --- .github/workflows/linting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}