Skip to content

Commit 169023d

Browse files
asynclizcopybara-github
authored andcommitted
chore: update wireit github action cache version
PiperOrigin-RevId: 748025680
1 parent 28602db commit 169023d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/build-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 18
1313
cache: npm
14-
- uses: google/wireit@setup-github-actions-caching/v1
14+
- uses: google/wireit@setup-github-actions-caching/v2
1515

1616
- run: npm ci
1717
- run: npm run build:catalog

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 20
1616
cache: npm
17-
- uses: google/wireit@setup-github-actions-caching/v1
17+
- uses: google/wireit@setup-github-actions-caching/v2
1818
- run: npm ci
1919
- run: 'npm run build:catalog'
2020
- uses: FirebaseExtended/action-hosting-deploy@v0

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 20
1717
cache: npm
18-
- uses: google/wireit@setup-github-actions-caching/v1
18+
- uses: google/wireit@setup-github-actions-caching/v2
1919
- run: npm ci
2020
- run: 'npm run build:catalog'
2121
- uses: FirebaseExtended/action-hosting-deploy@v0

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 18
3232
cache: npm
33-
- uses: google/wireit@setup-github-actions-caching/v1
33+
- uses: google/wireit@setup-github-actions-caching/v2
3434

3535
- run: npm ci
3636
- run: npm run build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 18
1717
cache: npm
18-
- uses: google/wireit@setup-github-actions-caching/v1
18+
- uses: google/wireit@setup-github-actions-caching/v2
1919

2020
- run: npm ci
2121
- run: npm run build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 18
1414
cache: npm
15-
- uses: google/wireit@setup-github-actions-caching/v1
15+
- uses: google/wireit@setup-github-actions-caching/v2
1616

1717
- run: npm ci
1818
- run: npm run build
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 18
3030
cache: npm
31-
- uses: google/wireit@setup-github-actions-caching/v1
31+
- uses: google/wireit@setup-github-actions-caching/v2
3232

3333
- run: npm ci
3434
- run: npx playwright install --with-deps

.github/workflows/update-docs-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 20
1717
cache: npm
18-
- uses: google/wireit@setup-github-actions-caching/v1
18+
- uses: google/wireit@setup-github-actions-caching/v2
1919

2020
- name: Install Dependencies
2121
run: npm ci

.github/workflows/update-size-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: 20
1717
cache: npm
18-
- uses: google/wireit@setup-github-actions-caching/v1
18+
- uses: google/wireit@setup-github-actions-caching/v2
1919

2020
- name: Install Dependencies
2121
run: npm ci

0 commit comments

Comments
 (0)