From b9b0c4d015285442be60ef4db2d348cf2cbadd75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:07:00 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/coreboot-example.yml | 2 +- .github/workflows/linuxboot-example-separate-jobs.yml | 6 +++--- .github/workflows/linuxboot-example.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coreboot-example.yml b/.github/workflows/coreboot-example.yml index 54400cf..bbf6e62 100644 --- a/.github/workflows/coreboot-example.yml +++ b/.github/workflows/coreboot-example.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' diff --git a/.github/workflows/linuxboot-example-separate-jobs.yml b/.github/workflows/linuxboot-example-separate-jobs.yml index 2e90fa7..37dc4e1 100644 --- a/.github/workflows/linuxboot-example-separate-jobs.yml +++ b/.github/workflows/linuxboot-example-separate-jobs.yml @@ -17,7 +17,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' @@ -48,7 +48,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' @@ -74,7 +74,7 @@ jobs: release_type: ['DEBUG', 'RELEASE'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' - name: Fetch few missing submodules diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index eb3a0df..036ab42 100644 --- a/.github/workflows/linuxboot-example.yml +++ b/.github/workflows/linuxboot-example.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' - name: Fetch few missing submodules