From 778471a4804a79a598c2ad9b950f7b75baa331d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 06:19:46 +0000 Subject: [PATCH] Bump actions/configure-pages from 2 to 5 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 8c9116eec..6690e8f42 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -42,7 +42,7 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Set up Pages id: pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v5 - name: Build and test with Rake # Only run in pull requests if: github.event_name == 'pull_request'