diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 467dbf0..93f6e8f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -36,7 +36,7 @@ jobs: cache-dependency-path: frontend/package-lock.json - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci