From 535abdb76b804095934f7feb1f0905b488526a82 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 19 Jun 2023 08:19:03 +0000 Subject: [PATCH] Upgrade actions/configure-pages v2.1.3 -> v3.0.6 See: - https://github.com/actions/configure-pages/releases/tag/v3.0.6 - https://github.com/actions/configure-pages/releases/tag/v3.0.5 - https://github.com/actions/configure-pages/releases/tag/v3.0.4 - https://github.com/actions/configure-pages/releases/tag/v3.0.3 - https://github.com/actions/configure-pages/releases/tag/v3.0.2 - https://github.com/actions/configure-pages/releases/tag/v3.0.1 - https://github.com/actions/configure-pages/releases/tag/v3.0.0 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index bd937b9bfb..5f953370f2 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -20,7 +20,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@v2.1.3 + uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3.0.6 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll