From 77b53adf9726e499777a2a644aa6cb88b366552d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 12:51:15 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.2.0 --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index dd67a7d..0f25e00 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -28,7 +28,7 @@ jobs: # Commit results back to repository - name: Commit changes id: auto-commit - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: