Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0c45773...2cdf405)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 18f4b02 commit 62ffde5
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
env:
CACHE_NAME: cmsis_pack
with:
Expand Down

0 comments on commit 62ffde5

Please sign in to comment.