From 82068c350eea4ae3381121fb0e0a6a040a7bcd3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:28:43 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/github-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index a6ebefcb..6fd510ef 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -48,7 +48,7 @@ jobs: run: yarn build:sandbox - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3