Merge pull request #17 from actions/go-small-fix

Go template - use->uses
This commit is contained in:
Mike Coutermarsh
2019-08-08 18:02:24 -07:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
use: actions/checkout@master
uses: actions/checkout@master
path: ${{ go.module-path }}
- name: Get dependencies