File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 # https://github.com/actions/checkout
2121 - name : Cloning ${{ env.GIT_BRANCH }} branch
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 ref : master
2525
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 : latest
Original file line number Diff line number Diff line change 2323 build :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : actions/setup-node@v6
2828 with :
2929 node-version : ' latest'
3535 needs : build
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939
4040 #
4141 # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#publish-to-npmjs-and-gpr-with-npm
Original file line number Diff line number Diff line change 2424 NODE_OPTIONS : " --no-experimental-webstorage"
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 - name : Use Node.js ${{ matrix.node-version }}
3030 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2323 steps :
2424 # https://github.com/actions/checkout
2525 - name : Cloning ${{ env.GIT_BRANCH }} branch
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 ref : ${{ env.GIT_BRANCH }}
2929
You can’t perform that action at this time.
0 commit comments