From 7cdc1792d65742df94121f1b4664d3b3773953d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:06:24 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a542af..2bdc56d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - minimal:latest - jekyll:pages steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-ruby@v1 with: ruby-version: '2.x' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a26809..c47c78a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - minimal:pages - jekyll:pages steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-ruby@v1 with: ruby-version: '2.x'