From 9cedb187e8281b5381593d3b8a6f3b54ea0ef6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:19:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cea19ab..91caaf6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,7 +33,7 @@ jobs: string: ${{ github.event.repository.name }} - name: Checkout base - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: string: ${{ github.event.repository.name }} - name: Checkout base - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0