diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60c6a54..f4a154d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Setup pnpm uses: pnpm/action-setup@v4