mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-13 18:40:18 -04:00
chore(deps): update actions/cache action to v5 (#5046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/actions/gradle-setup/action.yml
vendored
2
.github/actions/gradle-setup/action.yml
vendored
@@ -31,7 +31,7 @@ runs:
|
||||
# Cache them to avoid flaky SocketException failures on CI runners.
|
||||
# Update the key when bumping robolectric version in libs.versions.toml or sdk in robolectric.properties.
|
||||
- name: Cache Robolectric SDK jars
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.m2/repository/org/robolectric
|
||||
key: robolectric-4.16.1-sdk34
|
||||
|
||||
Reference in New Issue
Block a user