Skip to content

Commit d5e0d36

Browse files
awmackcopybara-github
authored andcommitted
chore: update Wireit action
PiperOrigin-RevId: 803145852
1 parent ba66e9c commit d5e0d36

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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 docs

.github/workflows/react.yml

Lines changed: 1 addition & 1 deletion
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:react

.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:bundle
@@ -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

doc_src/README.footer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ This library uses Google Maps Platform services, and any use of Google Maps Plat
4747

4848
For clarity, this library, and each underlying component, is not a Google Maps Platform Core Service.
4949

50+
### European Economic Area (EEA) developers
51+
52+
If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](https://developers.google.com/maps/comms/eea/faq).
53+
5054
## Attribution
5155

5256
As a reminder, you must comply with all applicable attribution requirements for the Google Maps Platform API(s) and SDK(s) used by the Extended Component Library.

0 commit comments

Comments
 (0)