From 1d2daa2c320240b9e79afd033e65ea2ca5449063 Mon Sep 17 00:00:00 2001 From: Ramakant Gangwar Date: Sat, 24 Feb 2024 11:05:13 +0530 Subject: [PATCH] :chore bump --- .github/workflows/php-cs-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index f23cc3d..d504159 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -21,7 +21,7 @@ jobs: id: extract_branch - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5.14.1 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: Fix styling branch: ${{ steps.extract_branch.outputs.branch }}