From 13ded3b91c15c609b33815bf5aedcdf424d001b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:43:36 +0000 Subject: [PATCH] chore(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/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2988d645..aab6ec03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: # NOTE: .devenv here is devenv state, distinct from target/devenv (the # cargo target dir cached by Swatinem/rust-cache) — do not conflate. - name: Cache devenv eval layer - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/nix @@ -186,7 +186,7 @@ jobs: # first devenv shell re-fetches inputs and re-evaluates from scratch on # every run (~12 min). Keyed on the lockfiles that pin the inputs. - name: Cache devenv eval layer - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/nix @@ -218,7 +218,7 @@ jobs: df -h du -sh target/devenv ~/.cargo ~/.right ~/.right/cache/whisper /nix /tmp /home/runner/work 2>/dev/null || true - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.right/cache/whisper key: whisper-ggml-tiny-v1