File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 GCC_V : ${{ matrix.gcc_v }}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v3
2222 with :
Original file line number Diff line number Diff line change 99 nightly :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions/setup-node@v3
1414 with :
1515 node-version : 18
Original file line number Diff line number Diff line change 77 deploy :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v3
1212 with :
1313 node-version : 18
You can’t perform that action at this time.
0 commit comments