Merge pull request #128 from zarzet/renovate/actions-cache-5.x

chore(deps): update actions/cache action to v5
This commit is contained in:
Zarz Eleutherius
2026-02-07 19:35:15 +07:00
committed by GitHub
+2 -2
View File
@@ -76,7 +76,7 @@ jobs:
# Cache Gradle for faster builds
- name: Cache Gradle
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.gradle/caches
@@ -179,7 +179,7 @@ jobs:
# Cache CocoaPods
- name: Cache CocoaPods
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ios/Pods
key: pods-${{ runner.os }}-${{ hashFiles('ios/Podfile.lock') }}