Skip to content

Commit 97a16f9

Browse files
authored
actions cache to v3 in android (#7417)
#changelog #actions
1 parent 18f0d80 commit 97a16f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Cache projectGenerator folder
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: '~/projectGenerator'
3636
key: ${{ runner.os }}-pg-${{matrix.cfg.gradle_target}}
3737
- name: Cache NDK
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3
3939
with:
4040
path: '~/android-ndk-r15c'
4141
key: ${{ runner.os }}-android-ndk-${{matrix.cfg.gradle_target}}

0 commit comments

Comments
 (0)