Skip to content

Commit fab4f4c

Browse files
chore(deps): update golangci/golangci-lint-action action to v9 in .github/workflows/lint.yml (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea958a1 commit fab4f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: generate
2020
run: go run mage.go generate
2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
22+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
2323
- name: markdown
2424
run: go run mage.go markdown >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)