From 50e2411d277ec39d9f2b1acaa03c4cc418776cdd Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Sat, 28 Mar 2026 03:50:02 +0000 Subject: [PATCH] Update actions/configure-pages action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0134766..3a8460e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Pages if: github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload pages artifact if: github.ref == 'refs/heads/main'