ci: Upgrade buildcache@v1 to buildcache@v2
This commit is contained in:
parent
96fba0b925
commit
86e1c5ff02
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: yarn install --frozen-lockfile --cwd ..
|
||||
|
||||
- name: Restore buildcache
|
||||
uses: mikehardy/buildcache-action@v1
|
||||
uses: mikehardy/buildcache-action@v2
|
||||
continue-on-error: true
|
||||
|
||||
- name: Setup Ruby (bundle)
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
run: yarn remove react-native-worklets-core --cwd ..
|
||||
|
||||
- name: Restore buildcache
|
||||
uses: mikehardy/buildcache-action@v1
|
||||
uses: mikehardy/buildcache-action@v2
|
||||
continue-on-error: true
|
||||
|
||||
- name: Setup Ruby (bundle)
|
||||
|
Loading…
Reference in New Issue
Block a user