From 26fde6b77d4baa18b33417d50e9a33287c567ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:52:31 +0000 Subject: [PATCH] build(deps): bump wandera/golangci-lint-action from 3 to 4 Bumps [wandera/golangci-lint-action](https://github.com/wandera/golangci-lint-action) from 3 to 4. - [Commits](https://github.com/wandera/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: wandera/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 196b159..a789afc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,6 +12,6 @@ jobs: with: go-version-file: go.mod - name: Lint - uses: wandera/golangci-lint-action@v3 + uses: wandera/golangci-lint-action@v4 with: version: v1.52.2