Skip to content

Commit fdbc93e

Browse files
Add disclaimer to pnpm action example, pin action
1 parent f24e78e commit fdbc93e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,14 @@ steps:
5757

5858
**Caching pnpm dependencies:**
5959
```yaml
60+
# This workflow uses actions that are not certified by GitHub.
61+
# They are provided by a third-party and are governed by
62+
# separate terms of service, privacy policy, and support
63+
# documentation.
64+
6065
steps:
6166
- uses: actions/checkout@v2
62-
- uses: pnpm/action-setup@v2
67+
- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
6368
with:
6469
version: 6.9.0
6570
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)