Skip to content

Commit 86bec3e

Browse files
author
Bharath Nallapeta
authoredApr 10, 2024··
Merge pull request #615 from stakater/renovate/golangci-golangci-lint-action-4.x
chore(deps): update golangci/golangci-lint-action action to v4
2 parents 1f64991 + 8f458e3 commit 86bec3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
make install
5151
5252
- name: Run golangci-lint
53-
uses: golangci/golangci-lint-action@v3
53+
uses: golangci/golangci-lint-action@v4
5454
with:
5555
version: latest
5656
only-new-issues: false

‎.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
make install
4545
4646
- name: Run golangci-lint
47-
uses: golangci/golangci-lint-action@v3
47+
uses: golangci/golangci-lint-action@v4
4848
with:
4949
version: latest
5050
only-new-issues: false

0 commit comments

Comments
 (0)
Please sign in to comment.