diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 519aaca..fd52e11 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -32,7 +32,7 @@ jobs: cache: npm - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci diff --git a/.github/workflows/sync-content.yml b/.github/workflows/sync-content.yml index bf945f2..c1a9442 100644 --- a/.github/workflows/sync-content.yml +++ b/.github/workflows/sync-content.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Pages if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci