diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6783af..0d98401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: # this action because it leaves 'annotations' (i.e. it comments on PRs to # point out linter violations). - name: Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: args: --timeout=10m0s version: ${{ env.GOLANGCI_VERSION }}