From f6c7eb79d859563f7dad3e1a62349c1d4f7f0c2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:44:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 9801673..4f0a22d 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@v3 + uses: actions/checkout@v4 - name: Cache Go module uses: actions/cache@v3 with: @@ -59,7 +59,7 @@ jobs: go-version: ${{ matrix.go-version }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint Go code with revive run: | export PATH=$PATH:$(go env GOPATH)/bin @@ -78,7 +78,7 @@ jobs: go-version: ${{ matrix.go-version }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache Go module uses: actions/cache@v3 with: