From 1c723604ba065b79b4f5a40b63b60e632b7ba6dc Mon Sep 17 00:00:00 2001 From: Ramakant Gangwar Date: Sat, 24 Feb 2024 10:54:07 +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 d504159..79aaa89 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.0.0 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styling branch: ${{ steps.extract_branch.outputs.branch }}