From e157aba5115f471dd6731d407ffed0373aa3dbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:53:08 +0000 Subject: [PATCH] chore: bump actions/jekyll-build-pages from 1.0.8 to 1.0.9 Bumps [actions/jekyll-build-pages](https://github.com/actions/jekyll-build-pages) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/actions/jekyll-build-pages/releases) - [Commits](https://github.com/actions/jekyll-build-pages/compare/058068233b22675635bdf8dfa178d6ae77f12694...e4ef22193c23ea849fc3fea6dbce69da1ee65b6d) --- 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 971c3c0b2cc..62c4cffd533 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@f156874f8191504dae5b037505266ed5dda6c382 # v3 - name: Build with Jekyll - uses: actions/jekyll-build-pages@058068233b22675635bdf8dfa178d6ae77f12694 # v1 + uses: actions/jekyll-build-pages@e4ef22193c23ea849fc3fea6dbce69da1ee65b6d # v1 with: source: ./docs destination: ./_site