From 4d8b5493ae5e8b44daac5618de057bc409c7776b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:01:14 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 2.3.0 to 3.4.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.3.0 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.3.0...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 471307b22..c084a7bd7 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -22,7 +22,7 @@ jobs: - name: Run golangci-lint continue-on-error: false - uses: golangci/golangci-lint-action@v2.3.0 + uses: golangci/golangci-lint-action@v3.4.0 with: version: v1.32