Skip to content

Commit 56da53b

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f047615 commit 56da53b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildmgr.yml

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

390390
- name: Cache ARM GCC
391-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
391+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
392392
with:
393393
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
394394
path: ${{ matrix.installer_name }}
@@ -411,7 +411,7 @@ jobs:
411411
unzip -o $Env:installer_name
412412
413413
- name: Cache CMSIS Pack
414-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
414+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
415415
env:
416416
CACHE_NAME: cmsis_pack
417417
with:
@@ -537,7 +537,7 @@ jobs:
537537
run: mkdir build
538538

539539
- name: Cache ARM GCC
540-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
540+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
541541
with:
542542
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
543543
path: ${{ env.installer_name }}
@@ -548,7 +548,7 @@ jobs:
548548
tar -xvf ${{ env.installer_name }}
549549
550550
- name: Cache CMSIS Pack
551-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
551+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
552552
env:
553553
CACHE_NAME: cmsis_pack
554554
with:

0 commit comments

Comments
 (0)