Skip to content

Commit 8914177

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c57fcc commit 8914177

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
@@ -390,7 +390,7 @@ jobs:
390390
submodules: true
391391

392392
- name: Cache ARM GCC
393-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
393+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
394394
with:
395395
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
396396
path: ${{ matrix.installer_name }}
@@ -413,7 +413,7 @@ jobs:
413413
unzip -o $Env:installer_name
414414
415415
- name: Cache CMSIS Pack
416-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
416+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
417417
env:
418418
CACHE_NAME: cmsis_pack
419419
with:
@@ -538,7 +538,7 @@ jobs:
538538
run: mkdir build
539539

540540
- name: Cache ARM GCC
541-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
541+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
542542
with:
543543
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
544544
path: ${{ env.installer_name }}
@@ -549,7 +549,7 @@ jobs:
549549
tar -xvf ${{ env.installer_name }}
550550
551551
- name: Cache CMSIS Pack
552-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
552+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
553553
env:
554554
CACHE_NAME: cmsis_pack
555555
with:

0 commit comments

Comments
 (0)