Skip to content

Commit f74cafa

Browse files
chore(deps): update actions/setup-node action to v6 (#1766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ceed5fb commit f74cafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: oven-sh/setup-bun@v2.1.2
2626
with:
2727
bun-version: 1.3.9
28-
- uses: actions/setup-node@v4
28+
- uses: actions/setup-node@v6
2929
- run: bun install --frozen-lockfile
3030
- run: bun run build:linux-amd64
3131
- run: bin/linux-amd64/gitlab-ci-local --version

0 commit comments

Comments
 (0)