Skip to content

Commit 8506cae

Browse files
Merge pull request restic#4714 from restic/dependabot/github_actions/golangci/golangci-lint-action-4
build(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents 87d47ef + 70c8aaa commit 8506cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
uses: actions/checkout@v4
258258

259259
- name: golangci-lint
260-
uses: golangci/golangci-lint-action@v3
260+
uses: golangci/golangci-lint-action@v4
261261
with:
262262
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
263263
version: v1.56.1

0 commit comments

Comments
 (0)