Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 01f35f3

Browse files
[skip ci] update cache action name
1 parent 9ad1582 commit 01f35f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: git fetch --tags https://github.com/google/closure-compiler.git
5050
- name: Get yarn cache directory path
5151
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
52-
- name: Yarn and maven cache
52+
- name: Yarn cache
5353
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
5454
with:
5555
path: ${{ env.yarn_cache_dir }}
@@ -159,7 +159,7 @@ jobs:
159159
path: packages/google-closure-compiler/externs
160160
- name: Get yarn cache directory path
161161
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
162-
- name: Cache yarn
162+
- name: Yarn cache
163163
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
164164
id: yarn-cache
165165
with:
@@ -226,7 +226,7 @@ jobs:
226226
path: packages/google-closure-compiler/externs
227227
- name: Get yarn cache directory path
228228
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
229-
- name: Cache yarn
229+
- name: Yarn cache
230230
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
231231
id: yarn-cache
232232
with:
@@ -290,7 +290,7 @@ jobs:
290290
path: packages/google-closure-compiler/externs
291291
- name: Get yarn cache directory path
292292
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
293-
- name: Cache yarn
293+
- name: Yarn cache
294294
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
295295
id: yarn-cache
296296
with:
@@ -355,7 +355,7 @@ jobs:
355355
- name: Get yarn cache directory path
356356
# See https://stackoverflow.com/a/66737579/1211524
357357
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $env:GITHUB_ENV
358-
- name: Cache yarn
358+
- name: Yarn cache
359359
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
360360
id: yarn-cache
361361
with:
@@ -448,7 +448,7 @@ jobs:
448448
chmod 755 packages/google-closure-compiler-windows/compiler.exe
449449
- name: Get yarn cache directory path
450450
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
451-
- name: Cache yarn
451+
- name: Yarn cache
452452
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
453453
id: yarn-cache
454454
with:

0 commit comments

Comments
 (0)