Skip to content

Commit 1a0371a

Browse files
chore:upgrade action cache
1 parent 5810140 commit 1a0371a

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
@@ -36,7 +36,7 @@ jobs:
3636
id: yarn-cache-dir-path
3737
run: echo "::set-output name=dir::$(yarn cache dir)"
3838
- name: Restore node_modules from cache
39-
uses: actions/cache@v2
39+
uses: actions/cache@v5
4040
id: yarn-cache
4141
with:
4242
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: yarn-cache-dir-path
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535
- name: Restore node_modules from cache
36-
uses: actions/cache@v2
36+
uses: actions/cache@v5
3737
id: yarn-cache
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)