Skip to content

Commit 2ad6363

Browse files
Copilot75py
andcommitted
Update actions/cache from v2.1.7 to v3 in android.yml workflow
Co-authored-by: 75py <3153211+75py@users.noreply.github.com>
1 parent 70980c3 commit 2ad6363

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626
- name: Cache
27-
uses: actions/cache@v2.1.7
27+
uses: actions/cache@v3
2828
with:
2929
path: ~/.gradle/caches
3030
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
@@ -46,7 +46,7 @@ jobs:
4646
distribution: 'temurin'
4747
cache: gradle
4848
- name: Cache
49-
uses: actions/cache@v2.1.7
49+
uses: actions/cache@v3
5050
with:
5151
path: ~/.gradle/caches
5252
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)