From a1049662d426b46ae65d7ace9707f2c525d5e532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:34:34 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/publish-theme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-theme.yaml b/.github/workflows/publish-theme.yaml index 3d3126a164..7345874caf 100644 --- a/.github/workflows/publish-theme.yaml +++ b/.github/workflows/publish-theme.yaml @@ -98,7 +98,7 @@ jobs: npm show $PACKAGE_NAME@$PACKAGE_VER # fails if the package is not available, succeeds if it is - name: Commit the new theme version - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]' file_pattern: 'apify-docs-theme/package*.json'