Skip to content

Commit

Permalink
Bump actions/cache from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@3624ceb...6849a64)

---
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 Oct 23, 2024
1 parent a76c8e9 commit 37d5720
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 @@ -342,7 +342,7 @@ jobs:
submodules: true

- name: Cache ARM GCC
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}"
path: ${{ matrix.installer_name }}
Expand All @@ -366,7 +366,7 @@ jobs:
unzip -o $Env:installer_name
- name: Cache CMSIS Pack
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
CACHE_NAME: cmsis_pack
with:
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
run: mkdir build

- name: Cache ARM GCC
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}"
path: ${{ env.installer_name }}
Expand All @@ -498,7 +498,7 @@ jobs:
tar -xvf ${{ env.installer_name }}
- name: Cache CMSIS Pack
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
env:
CACHE_NAME: cmsis_pack
with:
Expand Down

0 comments on commit 37d5720

Please sign in to comment.