Skip to content

Commit 4282ca1

Browse files
authored
Merge pull request #2683 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-4
🌱 Bump golangci/golangci-lint-action from 3 to 4
2 parents 8d796bb + 53cb8d2 commit 4282ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: false
2121
- uses: actions/checkout@v4
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v4
2424
with:
2525
version: v1.54.0
2626
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)