chore(deps): update golangci/golangci-lint-action action to v6 (#718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
212aee3373
commit
a328be1951
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: (cd ui && yarn)
|
- run: (cd ui && yarn)
|
||||||
- run: make build-js
|
- run: make build-js
|
||||||
- uses: golangci/golangci-lint-action@v5
|
- uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.55
|
version: v1.55
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue