From 2650f99c701c4d8dffffeed60f9ba91cad2cfd2c Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 30 Jul 2019 08:14:11 -0700 Subject: [PATCH] update to new syntax --- ci/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/go.yml b/ci/go.yml index c9c36cb..f560308 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 - checkout: true + use: actions/checkout@master path: ${{ go.module-path }} - name: Get dependencies