diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 519aaca..1fa4334 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -56,4 +56,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/sync-content.yml b/.github/workflows/sync-content.yml index bf945f2..cea5cbe 100644 --- a/.github/workflows/sync-content.yml +++ b/.github/workflows/sync-content.yml @@ -115,4 +115,4 @@ jobs: - name: Deploy synced data to GitHub Pages if: ${{ steps.commit.outputs.changed == 'true' && github.ref == 'refs/heads/main' }} id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5