Merge pull request #81 from systemli/dependabot/github_actions/golangci/golangci-lint-action-3
Bump golangci/golangci-lint-action from 2.5.2 to 3
This commit is contained in:
commit
f890c14d9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
@ -11,4 +11,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
- name: GolangCI
|
- name: GolangCI
|
||||||
uses: golangci/golangci-lint-action@v2.5.2
|
uses: golangci/golangci-lint-action@v3
|
||||||
|
|
Loading…
Reference in a new issue