From f55171f37af65685b152f5da3463c8c5518218cd Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Sat, 30 Mar 2024 02:03:07 +0000 Subject: [PATCH] Upgrade actions/configure-pages v4.0.0 -> v5.0.0 See: - https://github.com/actions/configure-pages/releases/tag/v5.0.0 --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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