Referencing checkout at v1 instead of master.

This commit is contained in:
Chris Patterson 2019-08-28 08:44:51 -04:00 committed by GitHub
parent 4a2b9e366e
commit 9da9a3d797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- run: mkdir -p path/to/artifact