chore(deps): update actions/checkout action to v5

This commit is contained in:
renovate[bot] 2025-08-11 13:42:26 +00:00 committed by Jannis Mattheis
parent 7f64026eed
commit e6f019fce0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v5
with:
node-version: '22'
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: (cd ui && yarn)
- run: make build-js
- uses: golangci/golangci-lint-action@v8