From 9ede4e85a53a17132aa87334761050a28382c851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:01:41 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/deploy-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml index ec7eb3493..fed947552 100644 --- a/.github/workflows/deploy-doc.yml +++ b/.github/workflows/deploy-doc.yml @@ -44,7 +44,7 @@ jobs: cache: "pnpm" - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: pnpm install - name: Build doc