From 23358ef2bd96e992c5d147aef17843a5fdfea32c Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.enterprise.com> Date: Tue, 4 Jun 2024 01:25:14 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 --- .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 c7fef2dd..abbe3a18 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -20,7 +20,7 @@ jobs: go-version: '1.22' - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 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: v1.56