Skip to content

Commit aad40a2

Browse files
authored
Merge pull request #4324 from lima-vm/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 552fbdd + bd1ddae commit aad40a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
echo "GOLANGCI_LINT_VERSION=$(go list -m -f '{{.Version}}' github.com/golangci/golangci-lint/v2)" >> $GITHUB_OUTPUT
9191
- name: Run golangci-lint
92-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
92+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
9393
with:
9494
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
9595
args: --verbose

0 commit comments

Comments
 (0)