Skip to content

Commit 7446bf3

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 4.1.0 to 4.1.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) --- 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 9a1b24c commit 7446bf3

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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
345+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
369+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
490+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
501+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
502502
env:
503503
CACHE_NAME: cmsis_pack
504504
with:

0 commit comments

Comments
 (0)