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