Skip to content

Commit 8e12603

Browse files
dependabot[bot]brondani
authored andcommitted
Bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 085d48e commit 8e12603

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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
368+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
391+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
517+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
528+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
529529
env:
530530
CACHE_NAME: cmsis_pack
531531
with:

0 commit comments

Comments
 (0)