diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8ff262a..3d2f19b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -65,7 +65,7 @@ jobs: - name: commit to gh-pages if: github.event_name == 'push' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: deploy ${{ github.ref }} branch: gh-pages