|
49 | 49 | run: git fetch --tags https://github.com/google/closure-compiler.git |
50 | 50 | - name: Get yarn cache directory path |
51 | 51 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
52 | | - - name: Yarn and maven cache |
| 52 | + - name: Yarn cache |
53 | 53 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
54 | 54 | with: |
55 | 55 | path: ${{ env.yarn_cache_dir }} |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | path: packages/google-closure-compiler/externs |
160 | 160 | - name: Get yarn cache directory path |
161 | 161 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
162 | | - - name: Cache yarn |
| 162 | + - name: Yarn cache |
163 | 163 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
164 | 164 | id: yarn-cache |
165 | 165 | with: |
@@ -226,7 +226,7 @@ jobs: |
226 | 226 | path: packages/google-closure-compiler/externs |
227 | 227 | - name: Get yarn cache directory path |
228 | 228 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
229 | | - - name: Cache yarn |
| 229 | + - name: Yarn cache |
230 | 230 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
231 | 231 | id: yarn-cache |
232 | 232 | with: |
@@ -290,7 +290,7 @@ jobs: |
290 | 290 | path: packages/google-closure-compiler/externs |
291 | 291 | - name: Get yarn cache directory path |
292 | 292 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
293 | | - - name: Cache yarn |
| 293 | + - name: Yarn cache |
294 | 294 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
295 | 295 | id: yarn-cache |
296 | 296 | with: |
@@ -355,7 +355,7 @@ jobs: |
355 | 355 | - name: Get yarn cache directory path |
356 | 356 | # See https://stackoverflow.com/a/66737579/1211524 |
357 | 357 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $env:GITHUB_ENV |
358 | | - - name: Cache yarn |
| 358 | + - name: Yarn cache |
359 | 359 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
360 | 360 | id: yarn-cache |
361 | 361 | with: |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | chmod 755 packages/google-closure-compiler-windows/compiler.exe |
449 | 449 | - name: Get yarn cache directory path |
450 | 450 | run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV |
451 | | - - name: Cache yarn |
| 451 | + - name: Yarn cache |
452 | 452 | uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 |
453 | 453 | id: yarn-cache |
454 | 454 | with: |
|
0 commit comments