From b48a1f8857fcc50604fb58110f76e9ed1579facf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:08:29 +0000 Subject: [PATCH] Bump actions/deploy-pages from 1.2.4 to 2.0.0 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... 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 66963af6..f23bc94d 100644 --- a/.github/workflows/jekyll_build.yml +++ b/.github/workflows/jekyll_build.yml @@ -49,4 +49,4 @@ jobs: steps: - name: 🚀 deploy id: deployment - uses: actions/deploy-pages@v1.2.4 + uses: actions/deploy-pages@v2.0.0