From 61cc6f0f7b1b7fcbb3824a87addf80e36d9a3dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:48:09 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/ci_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_coverage.yaml b/.github/workflows/ci_coverage.yaml index 627827a..bc4f3e3 100644 --- a/.github/workflows/ci_coverage.yaml +++ b/.github/workflows/ci_coverage.yaml @@ -166,7 +166,7 @@ jobs: --output-directory "coverage-html" \ --title "Extension code coverage" - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload Pages artifact uses: actions/upload-pages-artifact@v4 with: