From 5ead821d17b173f030ef0afd596db5c84a34111d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:18:14 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 3 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 07618ff72..3f9d375b1 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.10" - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "^1.18" check-latest: true @@ -99,7 +99,7 @@ jobs: with: python-version: "3.10" - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: "^1.18" check-latest: true