From 37fc7111c19c8ef1ef91ebf561343975fc422a34 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Thu, 20 Mar 2025 07:28:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E7=89=88=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 0c980e7..e1f2f2e 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -39,7 +39,7 @@ jobs: fi - name: Cache NDK - uses: actions/cache@v2 + uses: actions/cache@v4.2.3 with: path: ${ANDROID_HOME}/ndk/27.0.12077973 key: ndk-cache