From d2ec61e03d0f36c1496f6df95fb6e38c46fe4b72 Mon Sep 17 00:00:00 2001 From: Cameron Booth Date: Thu, 8 Aug 2019 14:47:32 -0700 Subject: [PATCH] Go template - use->uses --- ci/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/go.yml b/ci/go.yml index 1194afa..6bf4a15 100644 --- a/ci/go.yml +++ b/ci/go.yml @@ -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