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 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 50
2323 - uses : actions/setup-node@v6
8484 needs : build
8585
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888 with :
8989 ref : release
9090 persist-credentials : false
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-node@v6
1515 with :
1616 node-version : lts/*
Original file line number Diff line number Diff line change 2727 if : ${{ github.event_name == 'workflow_dispatch' || vars.ENABLE_CHECK_TAGS == 'true' }}
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 50
3333 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments