diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 739f69a..0af0d09 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -32,7 +32,7 @@ jobs: - name: Deploy if: ${{ github.ref == 'refs/heads/main' }} - uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # tag=v3 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: dist/wwwroot