diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index c4893282..1bb3690e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -39,7 +39,7 @@ jobs: cache: npm - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Install dependencies run: npm ci - name: Build docs