From 5f2c60a9d2ec7237a9b90751a8ce3790e7b0647f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:32:43 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/static-file-host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-file-host.yml b/.github/workflows/static-file-host.yml index 5fe2d0f..69c5913 100644 --- a/.github/workflows/static-file-host.yml +++ b/.github/workflows/static-file-host.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: pnpm install --frozen-lockfile