Merge pull request #58 from crossplane/renovate/golangci-golangci-lint-action-4.x

chore(deps): update golangci/golangci-lint-action action to v4
This commit is contained in:
Nic Cope 2024-02-21 15:27:07 -08:00 committed by GitHub
commit e7fdbe0984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
cache: false # The golangci-lint action does its own caching.
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: ${{ env.GOLANGCI_VERSION }}