Skip to content

Commit b43bf1e

Browse files
committed
fix: GitHub Actions cache service shutdown
1 parent 7e0af43 commit b43bf1e

File tree

5 files changed

+34
-11
lines changed

5 files changed

+34
-11
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
# Set up GitHub Actions caching for Wireit.
33-
- uses: google/wireit@setup-github-actions-caching/v1
33+
- uses: google/wireit@setup-github-actions-caching/v2
3434

3535
- name: Install Dependencies
3636
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
# Set up GitHub Actions caching for Wireit.
32-
- uses: google/wireit@setup-github-actions-caching/v1
32+
- uses: google/wireit@setup-github-actions-caching/v2
3333

3434
- name: Install Dependencies
3535
run: npm ci

.github/workflows/verify-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npx playwright install --with-deps
3535

3636
# Set up GitHub Actions caching for Wireit.
37-
- uses: google/wireit@setup-github-actions-caching/v1
37+
- uses: google/wireit@setup-github-actions-caching/v2
3838

3939
- name: Install Dependencies
4040
run: npm ci
@@ -76,7 +76,7 @@ jobs:
7676
run: npx playwright install --with-deps
7777

7878
# Set up GitHub Actions caching for Wireit.
79-
- uses: google/wireit@setup-github-actions-caching/v1
79+
- uses: google/wireit@setup-github-actions-caching/v2
8080

8181
- name: Install Dependencies
8282
run: npm ci

package-lock.json

Lines changed: 29 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"rollup": "^4.4.0",
7878
"ts-node": "^10.4.0",
7979
"typescript": "~5.0.4",
80-
"wireit": "^0.10.0"
80+
"wireit": "^0.14.2"
8181
},
8282
"eslintConfig": {
8383
"parser": "@typescript-eslint/parser",

0 commit comments

Comments
 (0)