Add disclaimer to pnpm action example, pin action

This commit is contained in:
Jacob Gillespie 2021-07-14 13:03:28 +01:00
parent f24e78e0f6
commit fdbc93ea6e
No known key found for this signature in database
GPG Key ID: 52D71192EF3DBDD9

View File

@ -57,9 +57,14 @@ steps:
**Caching pnpm dependencies:**
```yaml
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
with:
version: 6.9.0
- uses: actions/setup-node@v2