File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 name : Lint
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
2828 - name : Setup Node.js
4444 os : [ubuntu-latest, windows-latest, macos-latest]
4545 runs-on : ${{ matrix.os }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 persist-credentials : false
5050
@@ -157,7 +157,7 @@ jobs:
157157
158158 runs-on : ${{ matrix.os }}
159159 steps :
160- - uses : actions/checkout@v4
160+ - uses : actions/checkout@v5
161161 with :
162162 persist-credentials : false
163163
@@ -209,7 +209,7 @@ jobs:
209209 contents : read
210210 checks : write
211211 steps :
212- - uses : actions/checkout@v4
212+ - uses : actions/checkout@v5
213213
214214 - name : Install lcov
215215 shell : bash
@@ -239,7 +239,7 @@ jobs:
239239
240240 runs-on : ubuntu-latest
241241 steps :
242- - uses : actions/checkout@v4
242+ - uses : actions/checkout@v5
243243 with :
244244 persist-credentials : false
245245
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
4343 with :
4444 persist-credentials : false
4545
Original file line number Diff line number Diff line change 3434 npm-rm : ' iconv'
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838
3939 - name : Install iojs ${{ matrix.node-version }}
4040 shell : bash -eo pipefail -l {0}
You can’t perform that action at this time.
0 commit comments