You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ This action provides the following functionality for GitHub Actions users:
16
16
See [action.yml](action.yml)
17
17
18
18
**Basic:**
19
+
19
20
```yaml
20
21
steps:
21
-
- uses: actions/checkout@v2
22
+
- uses: actions/checkout@v3
22
23
- uses: actions/setup-node@v3
23
24
with:
24
25
node-version: '14'
@@ -49,9 +50,10 @@ The action defaults to search for the dependency file (`package-lock.json` or `y
49
50
See the examples of using cache for `yarn` / `pnpm` and `cache-dependency-path` input in the [Advanced usage](docs/advanced-usage.md#caching-packages-dependencies) guide.
0 commit comments