diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1aee52c..ec1d1b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: - name: Generate docs run: ./build.sh - name: Push changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore(build): auto-generate docs" commit_user_name: "github-actions[bot]"