From fc1f33cc15aa535413972d80734d892fa69921f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:07:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.0.2 (#439) 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 e6603da..a9d83a7 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.1 + uses: actions/cache@v5.0.2 with: path: | ${{ env.ANDROID_HOME }}/ndk