Skip to content

Commit c56faaf

Browse files
Bump actions/checkout from 4 to 6 (#153)
1 parent 141f4e3 commit c56faaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build: # make sure build/ci work properly
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: '24.x'
@@ -19,7 +19,7 @@ jobs:
1919
test: # make sure the action works on a clean machine without building
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: '24.x'

0 commit comments

Comments
 (0)