diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32c122d..58ca3d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: cache: npm - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci