Skip to content

Commit 61f4e9a

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1126b24 commit 61f4e9a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
submodules: true
386386

387387
- name: Cache ARM GCC
388-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
388+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
389389
with:
390390
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
391391
path: ${{ matrix.installer_name }}
@@ -408,7 +408,7 @@ jobs:
408408
unzip -o $Env:installer_name
409409
410410
- name: Cache CMSIS Pack
411-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
411+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
412412
env:
413413
CACHE_NAME: cmsis_pack
414414
with:
@@ -538,7 +538,7 @@ jobs:
538538
run: mkdir build
539539

540540
- name: Cache ARM GCC
541-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
541+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
542542
with:
543543
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
544544
path: ${{ env.installer_name }}
@@ -549,7 +549,7 @@ jobs:
549549
tar -xvf ${{ env.installer_name }}
550550
551551
- name: Cache CMSIS Pack
552-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
552+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
553553
env:
554554
CACHE_NAME: cmsis_pack
555555
with:

0 commit comments

Comments
 (0)