diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c86d144..207bfff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: - name: Setup pages if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload pages artifact if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'