Actions: Use actions/cache@v3

This commit is contained in:
Iscle 2023-05-16 01:59:23 +02:00
parent eb8a7cc77b
commit 73d9d17323

View File

@ -19,7 +19,7 @@ jobs:
- name: Cache NDK - name: Cache NDK
id: ndk-cache id: ndk-cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ndk path: ndk
key: ndk-${{ env.NDK_VERSION }} key: ndk-${{ env.NDK_VERSION }}