Skip to content

Commit 2260e02

Browse files
chore(deps): update actions/cache action to v5 (#499)
Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
1 parent c5adab3 commit 2260e02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup_cached_java/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
fi
2828
- name: Cache Build JDK [${{ inputs.arch }}]
2929
id: cache_build_jdk
30-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131
with:
3232
path: |
3333
jdks/${{ steps.infer_build_jdk.outputs.build_jdk }}
@@ -37,7 +37,7 @@ runs:
3737
enableCrossOsArchive: true
3838
- name: Cache JDK ${{ inputs.version }} [${{ inputs.arch }}]
3939
id: cache_jdk
40-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
40+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4141
with:
4242
path: |
4343
jdks/jdk${{ inputs.version }}

0 commit comments

Comments
 (0)