Skip to content

Commit 2988e7f

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ed33ae commit 2988e7f

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
@@ -383,7 +383,7 @@ jobs:
383383
submodules: true
384384

385385
- name: Cache ARM GCC
386-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
386+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
387387
with:
388388
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
389389
path: ${{ matrix.installer_name }}
@@ -406,7 +406,7 @@ jobs:
406406
unzip -o $Env:installer_name
407407
408408
- name: Cache CMSIS Pack
409-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
409+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
410410
env:
411411
CACHE_NAME: cmsis_pack
412412
with:
@@ -532,7 +532,7 @@ jobs:
532532
run: mkdir build
533533

534534
- name: Cache ARM GCC
535-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
535+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
536536
with:
537537
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
538538
path: ${{ env.installer_name }}
@@ -543,7 +543,7 @@ jobs:
543543
tar -xvf ${{ env.installer_name }}
544544
545545
- name: Cache CMSIS Pack
546-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
546+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
547547
env:
548548
CACHE_NAME: cmsis_pack
549549
with:

0 commit comments

Comments
 (0)