From c64c7cd1a3763c9e7fcc90e66f322ffcd11e83f4 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 12:30:03 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index ea6897b..5eebb32 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -29,7 +29,7 @@ jobs: - name: Configure Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build landing page run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"