From 112ed5fcc199ef3e60e56349bcf45abcc18ddd28 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 14:37:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b3ce3f..a020c72 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache Go module uses: actions/cache@v2 with: @@ -54,7 +54,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint Go code with revive run: | export PATH=$PATH:$(go env GOPATH)/bin @@ -73,7 +73,7 @@ jobs: go-version: ${{ matrix.go-version }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache Go module uses: actions/cache@v2 with: