Skip to content

Commit 9d2842d

Browse files
authored
Merge pull request #4200 from opencontainers/dependabot/github_actions/golangci/golangci-lint-action-4
build(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents fd4533a + 27cbabd commit 9d2842d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sudo apt -q update
4040
sudo apt -q install libseccomp-dev
41-
- uses: golangci/golangci-lint-action@v3
41+
- uses: golangci/golangci-lint-action@v4
4242
with:
4343
version: v1.54
4444
# Extra linters, only checking new code from a pull request.

0 commit comments

Comments
 (0)