File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 name : Lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - name : Setup Node.js
2020 uses : actions/setup-node@v6
2121 with :
2929 name : File Format
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - name : Install Node.js
3434 uses : actions/setup-node@v6
3535 with :
4747 node : [22.x]
4848 runs-on : ${{ matrix.os }}
4949 steps :
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 - uses : actions/setup-node@v6
5252 with :
5353 node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Cloning repo
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments