There was an error while loading. Please reload this page.
2 parents 3f9b5d8 + fc1e93d commit ed41839Copy full SHA for ed41839
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 'lts/*'
@@ -37,7 +37,7 @@ jobs:
37
fail-fast: false
38
39
40
41
42
43
node-version: ${{ matrix.node-version }}
@@ -52,7 +52,7 @@ jobs:
52
needs: [static_analysis, tests]
53
54
55
56
57
58
@@ -78,7 +78,7 @@ jobs:
78
id-token: write
79
80
81
82
83
84
0 commit comments