From 23ddc582fe84165e7f4f37a2a290ff9c569ab152 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 12 Apr 2024 16:01:44 -0700 Subject: [PATCH] github: Bump actions/checkout to v4 --- .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 ed72543..0829bf2 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