mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
chore(deps): update actions/cache action to v5 (#5652)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user