|
32 | 32 | id: yarn-cache-dir-path |
33 | 33 | run: echo "::set-output name=dir::$(yarn cache dir)" |
34 | 34 |
|
35 | | - - uses: actions/cache@v1 |
| 35 | + - uses: actions/cache@v2 |
36 | 36 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
37 | 37 | with: |
38 | 38 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
|
74 | 74 | id: yarn-cache-dir-path |
75 | 75 | run: echo "::set-output name=dir::$(yarn cache dir)" |
76 | 76 |
|
77 | | - - uses: actions/cache@v1 |
| 77 | + - uses: actions/cache@v2 |
78 | 78 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
79 | 79 | with: |
80 | 80 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | id: yarn-cache-dir-path |
161 | 161 | run: echo "::set-output name=dir::$(yarn cache dir)" |
162 | 162 |
|
163 | | - - uses: actions/cache@v1 |
| 163 | + - uses: actions/cache@v2 |
164 | 164 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
165 | 165 | with: |
166 | 166 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | id: yarn-cache-dir-path |
204 | 204 | run: echo "::set-output name=dir::$(yarn cache dir)" |
205 | 205 |
|
206 | | - - uses: actions/cache@v1 |
| 206 | + - uses: actions/cache@v2 |
207 | 207 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
208 | 208 | with: |
209 | 209 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | id: yarn-cache-dir-path |
243 | 243 | run: echo "::set-output name=dir::$(yarn cache dir)" |
244 | 244 |
|
245 | | - - uses: actions/cache@v1 |
| 245 | + - uses: actions/cache@v2 |
246 | 246 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
247 | 247 | with: |
248 | 248 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | id: yarn-cache-dir-path |
325 | 325 | run: echo "::set-output name=dir::$(yarn cache dir)" |
326 | 326 |
|
327 | | - - uses: actions/cache@v1 |
| 327 | + - uses: actions/cache@v2 |
328 | 328 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) |
329 | 329 | with: |
330 | 330 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }} |
|
0 commit comments