From 8965987daec442495cb863a1a3764f237eb6f059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:10:24 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/build_ezbake.yml | 2 +- .github/workflows/build_ezbake_fips.yml | 2 +- .github/workflows/build_vanagon.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_ezbake.yml b/.github/workflows/build_ezbake.yml index 8b706e7..867a2a2 100644 --- a/.github/workflows/build_ezbake.yml +++ b/.github/workflows/build_ezbake.yml @@ -55,7 +55,7 @@ jobs: ref: ${{ inputs.branch }} - name: Checkout platform config - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: OpenVoxProject/shared-actions ref: main diff --git a/.github/workflows/build_ezbake_fips.yml b/.github/workflows/build_ezbake_fips.yml index 8c1818e..92c56d7 100644 --- a/.github/workflows/build_ezbake_fips.yml +++ b/.github/workflows/build_ezbake_fips.yml @@ -52,7 +52,7 @@ jobs: ref: ${{ inputs.branch }} - name: Checkout platform config - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: OpenVoxProject/shared-actions ref: main diff --git a/.github/workflows/build_vanagon.yml b/.github/workflows/build_vanagon.yml index 6efb1cc..fe8755d 100644 --- a/.github/workflows/build_vanagon.yml +++ b/.github/workflows/build_vanagon.yml @@ -46,7 +46,7 @@ jobs: build_matrix: ${{ steps.set-matrix.outputs.build_matrix }} steps: - name: Checkout platform config - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: OpenVoxProject/shared-actions ref: main