mirror of
https://github.com/actions/checkout.git
synced 2025-04-03 23:10:07 +02:00
Update README.md
This commit is contained in:
parent
20b9e5ec54
commit
2ac8d5c1b9
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ See [action.yml](action.yml)
|
||||||
Basic:
|
Basic:
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
actions:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@latest
|
- uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
Loading…
Add table
Reference in a new issue