Skip to content

Commit e6f019f

Browse files
renovate[bot]jmattheis
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 7f64026 commit e6f019f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v5
1212
with:
1313
node-version: '22'
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- run: (cd ui && yarn)
1616
- run: make build-js
1717
- uses: golangci/golangci-lint-action@v8

0 commit comments

Comments
 (0)