From 4bc70670d50290f18c916929a0246914b98a395a Mon Sep 17 00:00:00 2001 From: dcrosby Date: Thu, 17 Aug 2023 10:51:22 -0700 Subject: [PATCH] [github] Use actions/checkout@v3 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 089b3d1..e345cce 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: go-version: 1.16 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Test on Windows if: runner.os == 'windows' run: go test ./...