Skip to content

Commit f4fc625

Browse files
dependabot[bot]brondani
authored andcommitted
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18f56c7 commit f4fc625

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
386+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
409+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
535+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
546+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
547547
env:
548548
CACHE_NAME: cmsis_pack
549549
with:

0 commit comments

Comments
 (0)