Skip to content

Commit ded106c

Browse files
build(deps): bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 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@27d5ce7...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 7cdd63c commit ded106c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: .
9595

9696
- name: Cache JDK download
97-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
97+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9898
with:
9999
path: jdk-21-x86_64
100100
key: jdk-21-x86_64
@@ -156,7 +156,7 @@ jobs:
156156
path: .
157157

158158
- name: Cache JDK download
159-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
159+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
160160
with:
161161
path: jdk-21-aarch64
162162
key: jdk-21-aarch64

0 commit comments

Comments
 (0)