Skip to content

Commit 59114ec

Browse files
Update actions/cache action to v5 (#9226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5aaf644 commit 59114ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
run: ./gradlew :android-test:test
536536

537537
- name: AVD cache
538-
uses: actions/cache@v4
538+
uses: actions/cache@v5
539539
id: avd-cache
540540
with:
541541
path: |
@@ -655,7 +655,7 @@ jobs:
655655
uses: gradle/actions/setup-gradle@v5
656656

657657
- name: AVD cache
658-
uses: actions/cache@v4
658+
uses: actions/cache@v5
659659
id: avd-cache
660660
with:
661661
path: |

0 commit comments

Comments
 (0)