File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828
2929 - name : Set up Node.js
30- uses : actions/setup-node@v6
30+ uses : actions/setup-node@v7
3131 with :
3232 node-version : 24
3333
Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131
3232 - name : Install node 24
33- uses : actions/setup-node@v6
33+ uses : actions/setup-node@v7
3434 with :
3535 node-version : 24
3636 cache : npm
9696 fetch-depth : 0
9797
9898 - name : Install node 24
99- uses : actions/setup-node@v6
99+ uses : actions/setup-node@v7
100100 with :
101101 node-version : 24
102102 cache : npm
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v7
2727
2828 - name : Install node 24
29- uses : actions/setup-node@v6
29+ uses : actions/setup-node@v7
3030 with :
3131 node-version : 24
3232 cache : npm
Original file line number Diff line number Diff line change 3030 token : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Install node 24
33- uses : actions/setup-node@v6
33+ uses : actions/setup-node@v7
3434 with :
3535 node-version : 24
3636 cache : npm
Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v7
3131
3232 - name : Install node ${{ matrix.node }}
33- uses : actions/setup-node@v6
33+ uses : actions/setup-node@v7
3434 with :
3535 node-version : ${{ matrix.node }}
3636 cache : npm
5252 cache : maven
5353
5454 - name : setup Python
55- uses : actions/setup-python@v6
55+ uses : actions/setup-python@v7
5656 with :
5757 python-version : ' 3.9'
5858 cache : ' pip'
6969 run : pipx install poetry
7070
7171 - name : setup go
72- uses : actions/setup-go@v6
72+ uses : actions/setup-go@v7
7373 with :
7474 go-version : ' 1.20.1'
7575
You can’t perform that action at this time.
0 commit comments