From b4241ab3b20308e12bd0e7228c339888a79b34a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:22:39 +0000 Subject: [PATCH] chore(deps): bump actions/jekyll-build-pages from 1.0.12 to 1.0.13 Bumps [actions/jekyll-build-pages](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .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 2633b9148a7..0a9ab941199 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v3 - name: Build with Jekyll - uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1 + uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1 with: source: ./docs destination: ./_site