Skip to content

Commit e53adc5

Browse files
chore:upgrade action cache
1 parent b562406 commit e53adc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
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@v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4040
id: yarn-cache
4141
with:
4242
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn install --frozen-lockfile --cwd example
5050

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

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
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@v4
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
3737
id: yarn-cache
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: example
5656

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

0 commit comments

Comments
 (0)