Skip to content

Commit ec5c9fe

Browse files
committed
chore: update actions/checkout to v6
1 parent 3f05913 commit ec5c9fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
bun:
28-
- "1.3.10"
28+
- "1.3.11"
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Setup Bun
3535
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)