From 29cd3982ca78ed43e7b6fcf64df9b803c0169514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:54:00 +0000 Subject: [PATCH] chore(deps): bump actions/jekyll-build-pages in the dependencies group Bumps the dependencies group with 1 update: [actions/jekyll-build-pages](https://github.com/actions/jekyll-build-pages). Updates `actions/jekyll-build-pages` from 1.0.12 to 1.0.13 - [Release notes](https://github.com/actions/jekyll-build-pages/releases) - [Commits](https://github.com/actions/jekyll-build-pages/compare/b178f9334b208360999a0a57b523613563698c66...44a6e6beabd48582f863aeeb6cb2151cc1716697) --- updated-dependencies: - dependency-name: actions/jekyll-build-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/jekyll-preview.yml | 2 +- .github/workflows/jekyll.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-preview.yml b/.github/workflows/jekyll-preview.yml index 6900c3bc23f..164427f6426 100644 --- a/.github/workflows/jekyll-preview.yml +++ b/.github/workflows/jekyll-preview.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Build with Jekyll - uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1 + uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1 with: source: ./ destination: ./_site diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 662d70b0d57..fd37751763c 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 - name: Build with Jekyll - uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1 + uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1 with: source: ./ destination: ./_site