diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3c5f822556..be651fa81c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: - name: Build docs run: | make snubadocs - - uses: peaceiris/actions-gh-pages@v3.7.3 + - uses: peaceiris/actions-gh-pages@v4.0.0 name: Publish to GitHub Pages with: github_token: ${{ secrets.GITHUB_TOKEN }}