Skip to content

Commit 571b34d

Browse files
silverwindclaude
andcommitted
ci: update github actions to latest major versions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ae3f6f9 commit 571b34d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
node: [22, 24]
1111
runs-on: ${{matrix.os}}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: pnpm/action-setup@v4
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v6
1616
with:
1717
cache: pnpm
1818
node-version: ${{matrix.node}}
19-
- uses: oven-sh/setup-bun@v1
19+
- uses: oven-sh/setup-bun@v2
2020
with:
2121
bun-version: latest
2222
- run: make lint test

0 commit comments

Comments
 (0)