From 96cdedb8adc5e0b5fb1ed366ce837308e6196582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 18:31:11 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5.2.0 --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 116fe43..4159c97 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -191,7 +191,7 @@ jobs: PHP_CS_FIXER_IGNORE_ENV: true - name: 📤 Commit and push changed files back to GitHub - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.2.0 with: commit_message: 'style(php-cs-fixer): lint php files and fix coding standards' branch: ${{ github.head_ref }}