chore(deps): update actions/cache action to v5.0.3 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c9d8d9e0a4
commit
d218348123
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue