|
35 | 35 | id: yarn-cache-dir-path
|
36 | 36 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
37 | 37 |
|
38 |
| - - uses: actions/cache@v2 |
| 38 | + - uses: actions/cache@v3 |
39 | 39 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
40 | 40 | with:
|
41 | 41 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
78 | 78 | id: yarn-cache-dir-path
|
79 | 79 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
80 | 80 |
|
81 |
| - - uses: actions/cache@v2 |
| 81 | + - uses: actions/cache@v3 |
82 | 82 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
83 | 83 | with:
|
84 | 84 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
@@ -163,7 +163,7 @@ jobs:
|
163 | 163 | id: yarn-cache-dir-path
|
164 | 164 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
165 | 165 |
|
166 |
| - - uses: actions/cache@v2 |
| 166 | + - uses: actions/cache@v3 |
167 | 167 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
168 | 168 | with:
|
169 | 169 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
@@ -207,7 +207,7 @@ jobs:
|
207 | 207 | id: yarn-cache-dir-path
|
208 | 208 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
209 | 209 |
|
210 |
| - - uses: actions/cache@v2 |
| 210 | + - uses: actions/cache@v3 |
211 | 211 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
212 | 212 | with:
|
213 | 213 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
@@ -250,7 +250,7 @@ jobs:
|
250 | 250 | id: yarn-cache-dir-path
|
251 | 251 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
252 | 252 |
|
253 |
| - - uses: actions/cache@v2 |
| 253 | + - uses: actions/cache@v3 |
254 | 254 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
255 | 255 | with:
|
256 | 256 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
@@ -325,7 +325,7 @@ jobs:
|
325 | 325 | id: yarn-cache-dir-path
|
326 | 326 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
327 | 327 |
|
328 |
| - - uses: actions/cache@v2 |
| 328 | + - uses: actions/cache@v3 |
329 | 329 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
330 | 330 | with:
|
331 | 331 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
@@ -379,7 +379,7 @@ jobs:
|
379 | 379 | id: yarn-cache-dir-path
|
380 | 380 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
381 | 381 |
|
382 |
| - - uses: actions/cache@v2 |
| 382 | + - uses: actions/cache@v3 |
383 | 383 | id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
384 | 384 | with:
|
385 | 385 | path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
0 commit comments