Skip to content

Commit d851e61

Browse files
authored
Updates cache to a non-disabled version.
1 parent 24455b5 commit d851e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Cache NDK
8787
id: cache_ndk
88-
uses: actions/cache@v2
88+
uses: actions/cache@v3
8989
with:
9090
path: /tmp/android-ndk-r21e
9191
key: android-ndk-${{ matrix.os }}-r21e
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Cache ccache files
148148
id: cache_ccache
149-
uses: actions/cache@v2
149+
uses: actions/cache@v3
150150
with:
151151
path: ccache_dir
152152
key: dev-test-ccache-${{ env.MATRIX_UNIQUE_NAME }}

0 commit comments

Comments
 (0)