From e664696bd3075310f68911a089782410aa5c2231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:09:41 +0200 Subject: [PATCH] chore(deps): update actions/configure-pages to v5 (#165) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/action.pages.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.pages.deploy.yaml b/.github/workflows/action.pages.deploy.yaml index 1db3e2f8..bc5b6ace 100644 --- a/.github/workflows/action.pages.deploy.yaml +++ b/.github/workflows/action.pages.deploy.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: