From f92a255bacfb7e947cf0d57fa6dbdb2012e08ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:44:30 +0000 Subject: [PATCH] Bump actions/configure-pages from 5 to 6 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-chulapa-gh-pages.yml | 2 +- .github/workflows/push_to_branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-chulapa-gh-pages.yml b/.github/workflows/build-chulapa-gh-pages.yml index cdab2d15..fe1f08dc 100644 --- a/.github/workflows/build-chulapa-gh-pages.yml +++ b/.github/workflows/build-chulapa-gh-pages.yml @@ -45,7 +45,7 @@ jobs: working-directory: '.' # Default directory of the site, change it to 'docs' if the site is hosted in (e.g.) 'docs' folder - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll # Outputs to the './_site' directory by default run: | diff --git a/.github/workflows/push_to_branch.yml b/.github/workflows/push_to_branch.yml index 195270a2..d40fe740 100644 --- a/.github/workflows/push_to_branch.yml +++ b/.github/workflows/push_to_branch.yml @@ -39,7 +39,7 @@ jobs: working-directory: '.' # Default directory of the site, change it to 'docs' if the site is hosted in (e.g.) 'docs' folder - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll # Outputs to the './_site' directory by default run: |