diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0d776cb224..6255610bd9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: cd docs && npm ci