diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d85928d..463bf8d 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -32,7 +32,7 @@ jobs: run: pnpm docs:generate - name: Commit and push changes if any - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_options: --no-verify --signoff commit_message: 'docs: auto-update documentation with latest action metadata'