From d2183481233af523aeb8f2c8ced116ad93b4742f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:54:45 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.3 (#450) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 03c0cca..29746b8 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -26,7 +26,7 @@ jobs: # 缓存NDK - name: Cache NDK - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: | ${{ env.ANDROID_HOME }}/ndk