Browse Source

Changed test.yaml to use actions/checkout@v1

yhirose 6 years ago
parent
commit
96e372bad2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.github/workflows/test.yaml

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