From 94edab3b4f9efa2c338b494673d1e527333696af Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Wed, 6 Dec 2023 09:15:36 +0100 Subject: [PATCH] Upgrade actions/configure-pages v3.0.7 -> v4.0.0 (#908) See: - https://github.com/actions/configure-pages/releases/tag/v4.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 b1a8aa82..89ed046b 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3.0.7 + uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll