Skip to content

Commit 52a32fa

Browse files
Bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36dcd6d commit 52a32fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
submodules: true
388388

389389
- name: Cache ARM GCC
390-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
390+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
391391
with:
392392
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
393393
path: ${{ matrix.installer_name }}
@@ -410,7 +410,7 @@ jobs:
410410
unzip -o $Env:installer_name
411411
412412
- name: Cache CMSIS Pack
413-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
413+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
414414
env:
415415
CACHE_NAME: cmsis_pack
416416
with:
@@ -540,7 +540,7 @@ jobs:
540540
run: mkdir build
541541

542542
- name: Cache ARM GCC
543-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
543+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
544544
with:
545545
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
546546
path: ${{ env.installer_name }}
@@ -551,7 +551,7 @@ jobs:
551551
tar -xvf ${{ env.installer_name }}
552552
553553
- name: Cache CMSIS Pack
554-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
554+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
555555
env:
556556
CACHE_NAME: cmsis_pack
557557
with:

0 commit comments

Comments
 (0)