From 9606198f574ee89fc44b12bfcd2aea3bd174dab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:19:05 +0200 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#732) --- .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 49f1a3ffe..3b6bb7c78 100644 --- a/.github/workflows/publish-theme.yaml +++ b/.github/workflows/publish-theme.yaml @@ -85,7 +85,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@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]' file_pattern: 'apify-docs-theme/package*.json'