From 1b35c0adfe6fb7d2a6ace8e9d217c217c14f3b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:30:59 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/caa296126883cff596d87d8935842f9db880ef25...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- 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] --- .github/workflows/check_and_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_and_build.yml b/.github/workflows/check_and_build.yml index 886a2261c..edfa25a45 100644 --- a/.github/workflows/check_and_build.yml +++ b/.github/workflows/check_and_build.yml @@ -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