From 28ae8e403cc460c28170f88c10b5293b5901a4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:02:11 +0000 Subject: [PATCH] Bump actions/configure-pages from 2 to 3 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 3. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/configure-pages 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..032441fb9 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@v3 - name: Build and test with Rake # Only run in pull requests if: github.event_name == 'pull_request'