From 95d2173a805f5e512bf48c6a4c011f84d45dc5f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:39:56 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v5 (#642) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c906243..36e8bee 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -44,7 +44,7 @@ jobs: make install - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: latest only-new-issues: false diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 0abed4d..c1554aa 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -44,7 +44,7 @@ jobs: make install - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: latest only-new-issues: false