From 7d321369af9946c9c12cedf906d0ddee3fda6f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:55:07 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 4 to 5 in /workflow-templates Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workflow-templates/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/golangci-lint.yaml b/workflow-templates/golangci-lint.yaml index 6152bac..146832b 100644 --- a/workflow-templates/golangci-lint.yaml +++ b/workflow-templates/golangci-lint.yaml @@ -11,6 +11,6 @@ jobs: with: cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: only-new-issues: true