Changed test.yaml to use actions/checkout@v1

This commit is contained in:
yhirose 2019-09-20 01:07:09 -04:00
parent fc56f39d17
commit 96e372bad2

View file

@ -12,6 +12,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@master
uses: actions/checkout@v1
- name: make
run: cd test && make