From 279872160a10bf648233259ccf81d437ac24b34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:43:41 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/_build-mex-octave.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build-mex-octave.yml b/.github/workflows/_build-mex-octave.yml index d6112b51..ee3d29e5 100644 --- a/.github/workflows/_build-mex-octave.yml +++ b/.github/workflows/_build-mex-octave.yml @@ -20,7 +20,7 @@ jobs: - name: Cache MEX binaries id: cache-mex - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | libs/FastSense/private/*.mex diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74658616..da8df37e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -204,7 +204,7 @@ jobs: - name: Cache MATLAB MEX binaries id: cache-mex-matlab - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | libs/FastSense/private/*.mexa64