Skip to content

Commit

Permalink
Bump actions/cache from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@13aacd8...ab5e6d0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and soumeh01 committed Mar 4, 2024
1 parent 16e12c8 commit b077421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
submodules: true

- name: Cache ARM GCC
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
path: ${{ matrix.installer_name }}
Expand All @@ -363,7 +363,7 @@ jobs:
unzip -o $Env:installer_name
- name: Cache CMSIS Pack
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
env:
CACHE_NAME: cmsis_pack
with:
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
run: mkdir build

- name: Cache ARM GCC
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
path: ${{ env.installer_name }}
Expand All @@ -493,7 +493,7 @@ jobs:
tar -xvf ${{ env.installer_name }}
- name: Cache CMSIS Pack
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
env:
CACHE_NAME: cmsis_pack
with:
Expand Down

0 comments on commit b077421

Please sign in to comment.