Skip to content

Commit e64914a

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 4.2.0 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3a97d6 commit e64914a

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
@@ -365,7 +365,7 @@ jobs:
365365
submodules: true
366366

367367
- name: Cache ARM GCC
368-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
368+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
369369
with:
370370
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
371371
path: ${{ matrix.installer_name }}
@@ -388,7 +388,7 @@ jobs:
388388
unzip -o $Env:installer_name
389389
390390
- name: Cache CMSIS Pack
391-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
391+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
392392
env:
393393
CACHE_NAME: cmsis_pack
394394
with:
@@ -514,7 +514,7 @@ jobs:
514514
run: mkdir build
515515

516516
- name: Cache ARM GCC
517-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
517+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
518518
with:
519519
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
520520
path: ${{ env.installer_name }}
@@ -525,7 +525,7 @@ jobs:
525525
tar -xvf ${{ env.installer_name }}
526526
527527
- name: Cache CMSIS Pack
528-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
528+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
529529
env:
530530
CACHE_NAME: cmsis_pack
531531
with:

0 commit comments

Comments
 (0)