We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5adab3 commit 2260e02Copy full SHA for 2260e02
1 file changed
.github/actions/setup_cached_java/action.yml
@@ -27,7 +27,7 @@ runs:
27
fi
28
- name: Cache Build JDK [${{ inputs.arch }}]
29
id: cache_build_jdk
30
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
31
with:
32
path: |
33
jdks/${{ steps.infer_build_jdk.outputs.build_jdk }}
@@ -37,7 +37,7 @@ runs:
37
enableCrossOsArchive: true
38
- name: Cache JDK ${{ inputs.version }} [${{ inputs.arch }}]
39
id: cache_jdk
40
41
42
43
jdks/jdk${{ inputs.version }}
0 commit comments