diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e56a79297..8853fea35 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@v2 + - uses: actions/deploy-pages@v3 id: deployment name: Deploy to GitHub Pages