From ff1969fffb428e2aff762eb66b7f54ffba8c7d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 23:14:16 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mill-plugin-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mill-plugin-tests.yaml b/.github/workflows/mill-plugin-tests.yaml index 321bae8cf82f..0f09a8046d42 100644 --- a/.github/workflows/mill-plugin-tests.yaml +++ b/.github/workflows/mill-plugin-tests.yaml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' - name: Restore cache (read-only) # only use restore keys, no save key because we need to clear the cache before running the examples - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | ~/.m2/repository