File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 matrix :
1414 node-version : [22, 23, 24]
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : ${{ matrix.node-version }}
3030 matrix :
3131 node-version : [20, 21]
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : actions/setup-node@v4
3535 with :
3636 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1313 contents : read
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v6
1818 with :
1919 node-version : 24
Original file line number Diff line number Diff line change 2323 env :
2424 BRANCH : ${{ github.event_name == 'push' && github.ref_name || github.event.pull_request.head.ref }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 ref : ${{ env.BRANCH }}
2929
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Generate App token
2020 id : app-token
2121 uses : actions/create-github-app-token@v1
You can’t perform that action at this time.
0 commit comments