Skip to content

Commit 9d8f4a1

Browse files
chore:upgrade action cache
1 parent 1a0371a commit 9d8f4a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn install --frozen-lockfile --cwd example
5050

5151
- name: Restore Gradle cache
52-
uses: actions/cache@v2
52+
uses: actions/cache@v5
5353
with:
5454
path: |
5555
~/.gradle/caches

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: example
5656

5757
- name: Restore Pods cache
58-
uses: actions/cache@v2
58+
uses: actions/cache@v5
5959
with:
6060
path: |
6161
example/ios/Pods

0 commit comments

Comments
 (0)