Skip to content

Commit df51395

Browse files
authored
Merge pull request #1016 from cloudevents/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 2574a05 + 1af6e06 commit df51395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Go Lint on ./v2
3232
if: steps.golangci_configuration.outputs.files_exists == 'true'
33-
uses: golangci/golangci-lint-action@v3
33+
uses: golangci/golangci-lint-action@v4
3434
with:
3535
version: v1.54
3636
working-directory: v2

0 commit comments

Comments
 (0)