From 62fb5619ac0dee70cecebcdd510457171d79d6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:26:27 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 8 ++++---- .github/workflows/publish-ci-image.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 875566301..3a61bae04 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -22,7 +22,7 @@ jobs: image: ${{ vars.CI_TEST_IMAGE || 'ewetumo/ewe-platform-ci:latest' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: false fetch-depth: 1 @@ -54,7 +54,7 @@ jobs: target: [linux/arm64, linux/amd64] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: false fetch-depth: 1 @@ -89,7 +89,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: false fetch-depth: 1 @@ -117,7 +117,7 @@ jobs: # runs-on: windows-latest # steps: # - name: Checkout -# uses: actions/checkout@v4 +# uses: actions/checkout@v7 # with: # submodules: false # fetch-depth: 1 diff --git a/.github/workflows/publish-ci-image.yaml b/.github/workflows/publish-ci-image.yaml index f92e4b66b..bc2685ded 100644 --- a/.github/workflows/publish-ci-image.yaml +++ b/.github/workflows/publish-ci-image.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: false fetch-depth: 1