chore(deps): bump actions/cache/save from 4.2.3 to 6.1.0

Bumps [actions/cache/save](https://github.com/actions/cache) from 4.2.3 to 6.1.0.
- [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/5a3ec84eff668545956fd18022155c47e93e2684...55cc8345863c7cc4c66a329aec7e433d2d1c52a9)

---
updated-dependencies:
- dependency-name: actions/cache/save
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-01 02:12:37 +00:00
committed by GitHub
parent ff4cc63ac3
commit edca26e2a5
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
# plain cache action only saves on success. Skipped on an exact-key hit.
- name: Save base cloud image
if: always() && steps.img-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.cache/distrobox-vmtest
key: qcow2-${{ matrix.distro }}-${{ hashFiles('hack/test/vm-run.sh') }}