Skip to content

Commit 5d642d1

Browse files
build(deps): bump actions/cache/restore from 5.0.5 to 6.1.0 (#621)
Bumps [actions/cache/restore](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/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d584d8 commit 5d642d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cache_java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
155155
- name: Try restore cache JDK ${{ matrix.java_variant }}
156156
id: cache-jdk
157-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
157+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
158158
with:
159159
path: |
160160
${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
@@ -217,7 +217,7 @@ jobs:
217217
apk update && apk add curl zip unzip bash tar
218218
- name: Cache JDK ${{ matrix.java_variant }}
219219
id: cache-jdk
220-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
220+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
221221
with:
222222
path: |
223223
${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
@@ -265,7 +265,7 @@ jobs:
265265
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
266266
- name: Cache JDK ${{ matrix.java_variant }}
267267
id: cache-jdk
268-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
268+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
269269
with:
270270
path: |
271271
${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
@@ -326,7 +326,7 @@ jobs:
326326
sudo apt update && sudo apt install -y curl zip unzip bash tar
327327
- name: Cache JDK ${{ matrix.java_variant }}
328328
id: cache-jdk
329-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
329+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
330330
with:
331331
path: |
332332
${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}

0 commit comments

Comments
 (0)