From ab083bbcd0dc2c6cce52cb7ac188edd71ae4adf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:03:25 +0100 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 (#126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/operator_pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator_pull_request.yaml b/.github/workflows/operator_pull_request.yaml index 4fec747..9e20743 100644 --- a/.github/workflows/operator_pull_request.yaml +++ b/.github/workflows/operator_pull_request.yaml @@ -115,7 +115,7 @@ jobs: - name: Lint if: ${{ inputs.Run_GOLANG_CI_LINT }} - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: version: ${{ inputs.GOLANG_CI_LINT_VERSION }} only-new-issues: false