We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141f4e3 commit c56faafCopy full SHA for c56faaf
1 file changed
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
build: # make sure build/ci work properly
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
- uses: actions/setup-node@v4
14
with:
15
node-version: '24.x'
@@ -19,7 +19,7 @@ jobs:
19
test: # make sure the action works on a clean machine without building
20
21
22
23
24
25
0 commit comments