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@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Use Node.js ${{ matrix.node-version }}
1717 uses : actions/setup-node@v4
1818 with :
Original file line number Diff line number Diff line change 99 nightly :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-node@v4
1414 with :
1515 node-version : 22.x
Original file line number Diff line number Diff line change 77 deploy :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-node@v4
1212 with :
1313 node-version : 22.x
You can’t perform that action at this time.
0 commit comments