File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 name : Format
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v6
39+ - uses : actions/checkout@v7
4040 - name : Setup node
4141 uses : actions/setup-node@v6
4242 with :
8585 name : stable - ${{ matrix.settings.target }} - node@22
8686 runs-on : ${{ matrix.settings.host }}
8787 steps :
88- - uses : actions/checkout@v6
88+ - uses : actions/checkout@v7
8989 - name : Setup node
9090 uses : actions/setup-node@v6
9191 with :
@@ -142,7 +142,7 @@ jobs:
142142 needs :
143143 - build
144144 steps :
145- - uses : actions/checkout@v6
145+ - uses : actions/checkout@v7
146146 - name : Setup node
147147 uses : actions/setup-node@v6
148148 with :
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-node@v6
2323 with :
2424 node-version : 20.x
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828 - run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments