From e58bc2aa090071a7b4ad6e0b49dc846cb61a8cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:11:24 +0000 Subject: [PATCH] chore(deps): update wearerequired/lint-action to v3 --- .github/workflows/go.lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.lint.yml b/.github/workflows/go.lint.yml index 9d3ffd9..3ed4df1 100644 --- a/.github/workflows/go.lint.yml +++ b/.github/workflows/go.lint.yml @@ -21,7 +21,7 @@ jobs: with: go-version: ${{ inputs.go_version }} - name: 'Run linters' - uses: wearerequired/lint-action@v2.3.0 + uses: wearerequired/lint-action@v3.0.2 with: gofmt: true github_token: ${{ secrets.GITHUB_TOKEN }}