mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00: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:
parent
ae5f021323
commit
6f5fa49b94
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue