From f14b3f13e325fca6326c5ecf27b52405fa0f87e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:50:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v4 --- .github/workflows/go-lint.yml | 2 +- .github/workflows/go-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 34263e2..cf26a60 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -86,7 +86,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} cache: true diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f074bf0..47c134b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -86,7 +86,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} cache: true