diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index bd197a3198..51bb64b173 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -47,7 +47,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll