diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 16c180f..fa6e451 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -37,7 +37,7 @@ jobs: run: wasm-pack build --target web --out-dir pkg - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Prepare website files run: |