chore(deps): update actions/cache action to v5 (#5652)

This commit is contained in:
renovate[bot]
2026-05-28 16:18:06 -05:00
committed by GitHub
parent 00f3b38f88
commit 0dad4273d2
+1 -1
View File
@@ -33,7 +33,7 @@ runs:
- name: Restore cached JetBrains JDK 21
if: inputs.install_jetbrains_jdk == 'true'
id: cache-jbr
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ runner.tool_cache }}/Java_JetBrains_jdk
key: jbr-21-${{ runner.os }}-${{ runner.arch }}