From a7a4de9c0cec0409a5e19e86d45942671008d241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:42:48 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .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 b1fb5a8..bf407ab 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: template: "templates/README.md.tpl" writeTo: "profile/README.md" - - uses: stefanzweifel/git-auto-commit-action@v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@v7.1.0 if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}