From 551979a101b3ca32f11603af60fd03387ede963d Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 03:41:29 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 73cf8ea..1f05723 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: cache: false # golangci-lint has its own cache - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: v1.57.2 args: --timeout 5m