From 05c93ad6395771492a6813999dc81745ba280543 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Mar 2026 01:06:06 +0000 Subject: [PATCH] Update actions/configure-pages action to v6 --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 2c5652c..4c804a3 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,7 +33,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: