From 7468ffe2ecf78461d12ee5d4a7510ef823c70c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:52:07 +0100 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 (#303) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/quality.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8d00e93..b86e673a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: target-env: ${{ steps.get_environment.outputs.target-env }} steps: - name: 🛒 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Get Environment id: get_environment run: | @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛒 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ✨ Setup Hugo uses: peaceiris/actions-hugo@v2 with: diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c0fcc940..b727d959 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛒 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ✨ Setup Hugo uses: peaceiris/actions-hugo@v2 with: