Merge pull request #118 from android/renovate/actions-cache-3.x

Update actions/cache action to v3
pull/138/head
Jolanda Verhoef 2 years ago committed by GitHub
commit 6a0f15fe55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ jobs:
- name: Generate cache key
run: ./scripts/checksum.sh checksum.txt
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches/modules-*
@ -101,7 +101,7 @@ jobs:
- name: Generate cache key
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches/modules-*

Loading…
Cancel
Save