From f299f5b3d9d4d4f2fc5177e4b7434673510edc3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:22:08 +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/ci-actions.yml | 2 +- .github/workflows/ci-images.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 67da21a..8f88ae4 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Clone Repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Test the NetWait action. - name: "Run Local NetWait Action" diff --git a/.github/workflows/ci-images.yml b/.github/workflows/ci-images.yml index 3b796b5..54be05b 100644 --- a/.github/workflows/ci-images.yml +++ b/.github/workflows/ci-images.yml @@ -45,7 +45,7 @@ jobs: now: ${{ steps.parameters.outputs.now }} steps: - name: "Clone Repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Determine Build Parameters" id: parameters env: @@ -94,7 +94,7 @@ jobs: OSB_UNIQUEID: ${{ needs.config.outputs.now }} steps: - name: "Clone Repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Prepare QEMU Emulators" uses: docker/setup-qemu-action@v4