We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c2268 commit 5e36403Copy full SHA for 5e36403
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- uses: actions/setup-node@v5
20
with:
21
node-version: 'lts/*'
@@ -31,7 +31,7 @@ jobs:
31
test:
32
33
34
35
36
37
@@ -52,7 +52,7 @@ jobs:
52
lint:
53
54
55
56
57
58
@@ -68,7 +68,7 @@ jobs:
68
format:
69
70
71
72
73
74
0 commit comments