Skip to content

Commit 2798721

Browse files
ci(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fdc13d commit 2798721

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build-mex-octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache MEX binaries
2222
id: cache-mex
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: |
2626
libs/FastSense/private/*.mex

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Cache MATLAB MEX binaries
206206
id: cache-mex-matlab
207-
uses: actions/cache@v5
207+
uses: actions/cache@v6
208208
with:
209209
path: |
210210
libs/FastSense/private/*.mexa64

0 commit comments

Comments
 (0)