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