Skip to content

Commit 37790e0

Browse files
authored
Merge pull request #3778 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-4
🌱 Bump golangci/golangci-lint-action from 3 to 4
2 parents 66c3572 + f2d070f commit 37790e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
- name: Clone the code
3939
uses: actions/checkout@v4
4040
- name: Run linter
41-
uses: golangci/golangci-lint-action@v3
41+
uses: golangci/golangci-lint-action@v4
4242
with:
4343
version: v1.54
4444
working-directory: testdata/project-v4-with-deploy-image
4545
args: --config .golangci.yml ./...
4646
skip-cache: true # first lint action will handle
4747
- name: Run linter
48-
uses: golangci/golangci-lint-action@v3
48+
uses: golangci/golangci-lint-action@v4
4949
with:
5050
version: v1.54
5151
working-directory: testdata/project-v4-multigroup-with-deploy-image

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Clone the code
2020
uses: actions/checkout@v4
2121
- name: Run linter
22-
uses: golangci/golangci-lint-action@v3
22+
uses: golangci/golangci-lint-action@v4
2323
with:
2424
version: v1.54
2525

0 commit comments

Comments
 (0)