diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea95df6..506e83d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Deploy to GitHub Pages id: deployment