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:
renovate[bot] 2024-11-02 02:20:03 -05:00 committed by GitHub
parent 212aee3373
commit a328be1951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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