From 276529fd348b9fc9e8a498e654409937e7c72400 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Wed, 6 Dec 2023 09:05:12 +0100 Subject: [PATCH] Upgrade actions/configure-pages v3.0.6 -> v3.0.7 (#906) See: - https://github.com/actions/configure-pages/releases/tag/v3.0.7 --- .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 869e5d6a..b1a8aa82 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@f156874f8191504dae5b037505266ed5dda6c382 # v3.0.6 + uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3.0.7 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll