Fix checkout version

This commit is contained in:
James 2019-08-27 05:20:53 +00:00 committed by GitHub
parent b6122349d6
commit 6853ade29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,6 @@ jobs:
node-version: '10.x'
- run: npm install -g yarn
- uses: actions/checkout@latest
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose