Skip to content

Commit 37d5720

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 4.1.1 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- 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 a76c8e9 commit 37d5720

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
@@ -342,7 +342,7 @@ jobs:
342342
submodules: true
343343

344344
- name: Cache ARM GCC
345-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
345+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
346346
with:
347347
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
348348
path: ${{ matrix.installer_name }}
@@ -366,7 +366,7 @@ jobs:
366366
unzip -o $Env:installer_name
367367
368368
- name: Cache CMSIS Pack
369-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
369+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
370370
env:
371371
CACHE_NAME: cmsis_pack
372372
with:
@@ -487,7 +487,7 @@ jobs:
487487
run: mkdir build
488488

489489
- name: Cache ARM GCC
490-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
490+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
491491
with:
492492
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
493493
path: ${{ env.installer_name }}
@@ -498,7 +498,7 @@ jobs:
498498
tar -xvf ${{ env.installer_name }}
499499
500500
- name: Cache CMSIS Pack
501-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
501+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
502502
env:
503503
CACHE_NAME: cmsis_pack
504504
with:

0 commit comments

Comments
 (0)