diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3816af5b..27c35b61 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@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: npm ci - name: Build docs