From 8d9bcd4f4cb240e57d348cd0c66e53ec0fccad80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:03:10 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.2.0 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1b87937..16b2cb3 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -23,7 +23,7 @@ jobs: - name: Commit changes id: auto-commit if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: