File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 steps :
77 - name : Cache cocoapods
88 id : cache-cocoapods
9- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
9+ uses : actions/cache@v4
1010 with :
1111 path : |
1212 **/ios/Pods
Original file line number Diff line number Diff line change 1010 node-version : 20
1111
1212 - name : Cache turbo build setup
13- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
13+ uses : actions/cache@v4
1414 with :
1515 path : .turbo
1616 key : ${{ runner.os }}-turbo-${{ github.sha }}
1919
2020 - name : Cache dependencies
2121 id : yarn-cache
22- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
22+ uses : actions/cache@v4
2323 with :
2424 path : |
2525 **/node_modules
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Cache turbo build setup
8- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
8+ uses : actions/cache@v4
99 with :
1010 path : .turbo
1111 key : ${{ runner.os }}-turbo-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments