Skip to content

Commit f6e554e

Browse files
dependabot[bot]JonatanAntoni
authored andcommitted
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a47f4c6 commit f6e554e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -r ./CMSIS/Core/Test/requirements.txt
3535
3636
- name: Cache vcpkg
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
key: vcpkg-${{ runner.os }}-${{ runner.arch }}-${{ github.run_id }}-${{ matrix.compiler }}
4040
restore-keys: |

.github/workflows/corevalidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
pip install -r ./CMSIS/CoreValidation/Project/requirements.txt
5858
5959
- name: Cache vcpkg
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
key: vcpkg-${{ runner.os }}-${{ runner.arch }}-${{ github.run_id }}-${{ matrix.compiler }}
6363
restore-keys: |

0 commit comments

Comments
 (0)