Update actions/cache action to v3

pull/118/head
Renovate Bot 2 years ago
parent 2acae8f709
commit 9ce561b22b
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

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

Loading…
Cancel
Save