diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f6d7a6872..d1129925a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -38,7 +38,7 @@ jobs: - name: Get GitHub Pages URL id: pages if: github.event.action != 'closed' - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Replace base URL if: github.event.action != 'closed' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 327331632..b5477d75b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Get GitHub Pages URL id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Replace base URL run: |