0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00

Update README.md

This commit is contained in:
Danny McCormick 2019-07-23 15:31:54 -04:00 committed by GitHub
parent 20b9e5ec54
commit 2ac8d5c1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
- uses: actions/checkout@latest
- uses: actions/setup-node@latest
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: 10.x
- run: npm install