From ac53f426a656e66e7aafb23d57b68585c1a09417 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:00:52 -0300 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ea58ea30..33409297 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"