Skip to content

Commit 66fb552

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

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
368+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
391+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
517+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
528+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
529529
env:
530530
CACHE_NAME: cmsis_pack
531531
with:

0 commit comments

Comments
 (0)