From a8d6d9be4a122f24b46a4731df11cfafa18dd618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:31:00 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v2 --- .github/workflows/GHPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index a17cde94..9dd92ada 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -35,7 +35,7 @@ jobs: export NODE_OPTIONS=--openssl-legacy-provider npm run docs:build - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: