chore(deps): update actions/checkout action to v5
This commit is contained in:
parent
7f64026eed
commit
e6f019fce0
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v5
|
- uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- run: (cd ui && yarn)
|
- run: (cd ui && yarn)
|
||||||
- run: make build-js
|
- run: make build-js
|
||||||
- uses: golangci/golangci-lint-action@v8
|
- uses: golangci/golangci-lint-action@v8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue