diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8ac306d81..e6f52adcc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,6 +42,6 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v5 id: deployment name: Deploy to GitHub Pages