File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 node-version : [16.x]
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : 20.x
Original file line number Diff line number Diff line change 2222 environment : publish
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.event.inputs.branch }}
2828
Original file line number Diff line number Diff line change 1313 environment : publish
1414
1515 steps :
16- - uses : actions/checkout@v4
17-
16+ - uses : actions/checkout@v5
1817 - uses : actions/setup-node@v4
1918 with :
2019 node-version : 24
Original file line number Diff line number Diff line change 2020 create-api-docs-pr :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v5
2424 with :
2525 persist-credentials : false
2626
You can’t perform that action at this time.
0 commit comments