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 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 2424 name : Publish EA release to NPM
2525 steps :
2626 - name : Checkout sources
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 ref : ${{ github.ref_name }}
3030 fetch-depth : 0
9090 rm releasebranch.txt
9191
9292 - name : Checkout sources
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v6
9494 with :
9595 ref : ${{ (github.event_name == 'workflow_run' && steps.releasebranch.outputs.branch) || github.ref }}
9696 fetch-depth : 0
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Install node 24
2929 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2424 pull-requests : write
2525 steps :
2626 - name : Checkout sources
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2525 MAIN_NODE_VER : ' 24'
2626 steps :
2727 - name : Checkout sources
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : Install node ${{ matrix.node }}
3131 uses : actions/setup-node@v5
You can’t perform that action at this time.
0 commit comments