diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f53ff652..ca3f9811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,7 +228,7 @@ jobs: # Setup GitHub Pages to easily deploy to it. - name: Setup GitHub Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v3 # Build documentation with `rustdoc`. - name: Build documentation