We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24455b5 commit d851e61Copy full SHA for d851e61
1 file changed
.github/workflows/android.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Cache NDK
87
id: cache_ndk
88
- uses: actions/cache@v2
+ uses: actions/cache@v3
89
with:
90
path: /tmp/android-ndk-r21e
91
key: android-ndk-${{ matrix.os }}-r21e
@@ -146,7 +146,7 @@ jobs:
146
147
- name: Cache ccache files
148
id: cache_ccache
149
150
151
path: ccache_dir
152
key: dev-test-ccache-${{ env.MATRIX_UNIQUE_NAME }}
0 commit comments