From 0e69837d380a2de065529dcbb9d0e09901e03db8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:13:25 +0000 Subject: [PATCH] Update actions/configure-pages action from v5 to v6 in /.github/workflows/ --- .github/workflows/publish-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-schema.yml b/.github/workflows/publish-schema.yml index 65ac34f..d770f73 100644 --- a/.github/workflows/publish-schema.yml +++ b/.github/workflows/publish-schema.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Enable Corepack run: npm install -g corepack