From f265f35824ea5fdaefa0d0b50e53dce6a43c4660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:23:30 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7d84ef0..6111475 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -46,7 +46,7 @@ jobs: flatpak build-update-repo --generate-static-deltas public/repo - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4