From 171131dffc34876e3f6b7972b0878fab1a1ce59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:22:28 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 cb9ff04..0d402ee 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@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' diff --git a/.github/workflows/linuxboot-example-separate-jobs.yml b/.github/workflows/linuxboot-example-separate-jobs.yml index 9dc283c..553d123 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@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' @@ -48,7 +48,7 @@ jobs: artifact-name-RELEASE: ${{ steps.firmware-action.outputs.artifact-name }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' @@ -74,7 +74,7 @@ jobs: release_type: ['DEBUG', 'RELEASE'] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' - name: Fetch few missing submodules diff --git a/.github/workflows/linuxboot-example.yml b/.github/workflows/linuxboot-example.yml index 1abe4ab..ffd50f2 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@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' - name: Fetch few missing submodules