diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad3a16b..fd52c31 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Pages if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact if: ${{ github.ref == 'refs/heads/main' }} uses: actions/upload-pages-artifact@v1 @@ -54,4 +54,4 @@ jobs: - name: Deploy to GitHub Pages if: ${{ github.ref == 'refs/heads/main' }} id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2