From 5864b5a058d5d7b34e658563347c9feff7f0b29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:10:52 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 36e54d8..c501e92 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@v3 + uses: actions/checkout@v4 # Test the NetWait action. - name: "Run Local NetWait Action" diff --git a/.github/workflows/ci-images.yml b/.github/workflows/ci-images.yml index 6ef40d2..b538e16 100644 --- a/.github/workflows/ci-images.yml +++ b/.github/workflows/ci-images.yml @@ -42,7 +42,7 @@ jobs: now: ${{ steps.parameters.outputs.now }} steps: - name: "Clone Repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Determine Build Parameters" id: parameters env: @@ -89,7 +89,7 @@ jobs: OSB_UNIQUEID: ${{ needs.config.outputs.now }} steps: - name: "Clone Repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Prepare QEMU Emulators" uses: docker/setup-qemu-action@v2