From 0eff32cb1bb783f16d4a22c7d91fa9488699f2cf Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.enterprise.com> Date: Tue, 27 Feb 2024 01:11:59 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v4 --- .github/workflows/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index daf5e59..6948933 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -20,7 +20,7 @@ jobs: go-version: 1.18 - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest