Skip to content

Commit e986308

Browse files
committed
Temporarily use the PR branch of the cache action
1 parent 2537ad5 commit e986308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
node-version: ${{ matrix.node }}
5555
cache: npm
5656

57-
- uses: google/wireit@setup-github-actions-caching/v2
57+
# TODO(aomarks) Switch back to the regular reference after the tag is
58+
# updated.
59+
# - uses: google/wireit@setup-github-actions-caching/v2
60+
- uses: google/wireit@gh-cache-real-action
5861

5962
- run: npm ci
6063

0 commit comments

Comments
 (0)