From 830fa377437e48dcd981b301ec0625a89452b5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:28:48 +0000 Subject: [PATCH] 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/v1.0.8...v1.0.9) --- 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_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll_build.yml b/.github/workflows/jekyll_build.yml index f5b33de9f14..7ec42ef41e4 100644 --- a/.github/workflows/jekyll_build.yml +++ b/.github/workflows/jekyll_build.yml @@ -33,7 +33,7 @@ jobs: uses: actions/configure-pages@v3 - name: 🔨 install dependencies & build site - uses: actions/jekyll-build-pages@v1.0.8 + uses: actions/jekyll-build-pages@v1.0.9 - name: ⚡️ upload artifact uses: actions/upload-pages-artifact@v2