From 6726c6b146d6798306b911a397f600194bf0541a Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Tue, 14 Jul 2026 16:36:31 +0200 Subject: [PATCH] The versions of the actions have been updated. --- .github/workflows/hello-ci-ubuntu-2404-arm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello-ci-ubuntu-2404-arm.yml b/.github/workflows/hello-ci-ubuntu-2404-arm.yml index fe1ce2d..cd9a8eb 100644 --- a/.github/workflows/hello-ci-ubuntu-2404-arm.yml +++ b/.github/workflows/hello-ci-ubuntu-2404-arm.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install tools uses: ARM-software/cmsis-actions/vcpkg@v1 @@ -62,7 +62,7 @@ jobs: uses: ARM-software/cmsis-actions/armlm@v1 - name: Cache packs - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: cmsis-packs path: /home/runner/.cache/arm/packs