File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313 branches : ${{ steps.set-branches.outputs.branches }}
1414 steps :
1515 - name : Checkout repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Get branch list and set output
3737 branch : ${{ fromJson(needs.list-branches.outputs.branches) }}
3838 name : Build for ${{ matrix.branch }}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 ref : ${{ matrix.branch }}
4343 - name : Build cache key
9090 name : github-pages
9191 url : ${{ steps.deployment.outputs.page_url }}
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 - name : Download artifacts
9595 uses : actions/download-artifact@v6
9696 with :
Original file line number Diff line number Diff line change 1313 id : extract_branch
1414
1515 - name : Checkout repo
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Use Node.js
1919 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1717 id : extract_branch
1818
1919 - name : Checkout code
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ steps.extract_branch.outputs.branch }}
2323
Original file line number Diff line number Diff line change 1717 id : extract_branch
1818
1919 - name : Checkout code
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ steps.extract_branch.outputs.branch }}
2323
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-node@v6
1414 with :
1515 node-version : 25
2424 karma :
2525 runs-on : windows-2022
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-node@v6
2929 with :
3030 node-version : 25
3535 bun :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : actions/setup-node@v6
4040 with :
4141 node-version : 25
5858 - 25
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v5
61+ - uses : actions/checkout@v6
6262 - uses : actions/setup-node@v6
6363 with :
6464 node-version : ${{ matrix.node }}
8282 - 25
8383 runs-on : ${{ matrix.os }}
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 - uses : actions/setup-node@v6
8787 with :
8888 node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments