Skip to content

Commit b45afa7

Browse files
dependabot[bot]ltoenning
authored andcommitted
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](actions/cache@caa2961...55cc834) --- 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>
1 parent 30756ea commit b45afa7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge_queue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
version: "1.20.1"
145145
- name: Cache InstallBuilder
146146
id: cache-bitrock
147-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
147+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
148148
with:
149149
path: ~/installbuilder.run
150150
key: installbuilder-${{ env.bitrock_version }}-linux-x64
@@ -274,7 +274,7 @@ jobs:
274274
version: "1.20.1"
275275
- name: Cache InstallBuilder
276276
id: cache-bitrock
277-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
277+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
278278
with:
279279
path: C:\installbuilder.exe
280280
key: installbuilder-${{ env.bitrock_version }}-windows-x64
@@ -393,7 +393,7 @@ jobs:
393393
version: "1.20.1"
394394
- name: Cache InstallBuilder
395395
id: cache-bitrock
396-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25
396+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
397397
with:
398398
path: ~/installbuilder.dmg
399399
key: installbuilder-${{ env.bitrock_version }}-osx

0 commit comments

Comments
 (0)