From 1d49e06725181966c073be0d5931ff3252374f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:53:54 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 3 to 4 (#318) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index b8ebc28f..87225fe4 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -85,7 +85,7 @@ jobs: )" >> $GITHUB_OUTPUT - name: lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: "${{ steps.golangci-lint-version.outputs.version }}" working-directory: ${{ matrix.module }}