From 3597ff6be1380f2a13405bdd4098d1d7081ac7de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:30:48 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/pint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 014730d7..e68afa1a 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -32,6 +32,6 @@ jobs: - name: Run Pint run: composer format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "fix: apply code styling rules"