From a39897836aadb92adfcd91f09ec03f34cb0a4b39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:48:46 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 42c6c23..cb3b8c5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -121,7 +121,7 @@ jobs: version: ${{ steps.previous_tag.outputs.tag }} - name: "Commit changes" if: github.event_name != 'pull_request' - uses: "stefanzweifel/git-auto-commit-action@v6" + uses: "stefanzweifel/git-auto-commit-action@v7" id: "commit" with: commit_message: "Update stubs"