build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#4379)

This commit is contained in:
dependabot[bot] 2024-02-12 23:20:35 +01:00 committed by GitHub
parent 403437e641
commit 53578856ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
# - 1.18rc1 -> 1.18.0-rc.1 # - 1.18rc1 -> 1.18.0-rc.1
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: lint - name: lint
uses: golangci/golangci-lint-action@v3.7.0 uses: golangci/golangci-lint-action@v4.0.0
with: with:
version: latest version: latest
# skip cache because of flaky behaviors # skip cache because of flaky behaviors