diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index d661d49..683caad 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,7 +30,7 @@ jobs: # "GitHub Actions" before the first run. The default GITHUB_TOKEN cannot # create a Pages site (that needs `administration: write`), so we ask # the user to flip the toggle once per fork rather than widen the token. - - uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 + - uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 id: pages - run: pnpm install --frozen-lockfile - name: build with public base path