From 9aade13de35434fa5f1bb72a1c8cacc369aea142 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:38:53 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/deploy-docs-to-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs-to-github-pages.yml b/.github/workflows/deploy-docs-to-github-pages.yml index 90fbf67..8a3bc58 100644 --- a/.github/workflows/deploy-docs-to-github-pages.yml +++ b/.github/workflows/deploy-docs-to-github-pages.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - uses: pnpm/action-setup@v2 with: version: 7