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

Bumps [actions/cache](https://github.com/actions/cache) from 5.1.0 to 6.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](caa2961268...55cc834586)

---
updated-dependencies:
- dependency-name: actions/cache
  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-06-28 22:30:59 +00:00
committed by GitHub
parent dacc50d2cd
commit 1b35c0adfe

View File

@@ -141,7 +141,7 @@ jobs:
cache: true
- name: Cache InstallBuilder
id: cache-bitrock
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: ~/installbuilder.run
key: installbuilder-${{ env.bitrock_version }}-linux-x64
@@ -254,7 +254,7 @@ jobs:
extra: --archives qtbase
- name: Cache InstallBuilder
id: cache-bitrock
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: C:\installbuilder.exe
key: installbuilder-${{ env.bitrock_version }}-windows-x64
@@ -355,7 +355,7 @@ jobs:
cache: true
- name: Cache InstallBuilder
id: cache-bitrock
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
with:
path: ~/installbuilder.dmg
key: installbuilder-${{ env.bitrock_version }}-osx