We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24e78e commit fdbc93eCopy full SHA for fdbc93e
README.md
@@ -57,9 +57,14 @@ steps:
57
58
**Caching pnpm dependencies:**
59
```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
+
65
steps:
66
- uses: actions/checkout@v2
-- uses: pnpm/action-setup@v2
67
+- uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
68
with:
69
version: 6.9.0
70
- uses: actions/setup-node@v2
0 commit comments