Skip to content

Commit 93b53b1

Browse files
authored
Merge pull request #117 from blinklabs-io/dependabot/github_actions/golangci/golangci-lint-action-4
chore(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents 0f67f89 + a4f0b24 commit 93b53b1

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
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.21.x
2626
cache: false
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v3
28+
uses: golangci/golangci-lint-action@v4
2929
with:
3030
version: v1.54 # current version at time of commit
3131
args: --timeout=10m

0 commit comments

Comments
 (0)