From e00ab0a754da85006daebc60da351202f3d826af Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Wed, 15 Jul 2026 15:47:49 +0200 Subject: [PATCH] The versions of the actions have been updated. --- .github/workflows/hello-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello-ci.yml b/.github/workflows/hello-ci.yml index a1fe02d..87ebfb2 100644 --- a/.github/workflows/hello-ci.yml +++ b/.github/workflows/hello-ci.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install tools uses: ARM-software/cmsis-actions/vcpkg@v1 @@ -57,7 +57,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