diff --git a/.github/workflows/publish-theme.yaml b/.github/workflows/publish-theme.yaml index 3d3126a16..7345874ca 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'