diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41a901d..8ca90eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: ${{ runner.os }}-astro- - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci