File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Install
1313 run : npm install
1414 - name : Run lint
1717 typecheck :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Install
2222 run : npm install
2323 - name : Run typecheck
3232 - 22.x
3333 - 23.x
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - name : Use Node.js ${{ matrix.node-version }}
3737 uses : actions/setup-node@v6
3838 with :
4949 - 22.x
5050 - 23.x
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Use Node.js ${{ matrix.node-version }}
5454 uses : actions/setup-node@v6
5555 with :
You can’t perform that action at this time.
0 commit comments