diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c4e67c..ee51b48 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,5 +33,5 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v3 + - uses: actions/deploy-pages@v4 id: deployment