From df675c873c7a8ab2817fa94ff9eb655466f95940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:25:11 +0000 Subject: [PATCH] Update actions/configure-pages action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77fef9d71..2ca4689b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1479,7 +1479,7 @@ jobs: run: npm run docs:build - name: Setup Pages - uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3 + uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4 - name: Upload artifact uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2