File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/setup-node@v6
2525 with :
2626 node-version : ' 24'
27- - uses : actions/cache@v5
27+ - uses : actions/cache@v6
2828 with :
2929 path : ' node_modules'
3030 key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
3939 - uses : actions/setup-node@v6
4040 with :
4141 node-version : ' 24'
42- - uses : actions/cache@v5
42+ - uses : actions/cache@v6
4343 with :
4444 path : ' node_modules'
4545 key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
5454 - uses : actions/setup-node@v6
5555 with :
5656 node-version : ' 24'
57- - uses : actions/cache@v5
57+ - uses : actions/cache@v6
5858 with :
5959 path : ' node_modules'
6060 key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
6969 - uses : actions/setup-node@v6
7070 with :
7171 node-version : ' 24'
72- - uses : actions/cache@v5
72+ - uses : actions/cache@v6
7373 with :
7474 path : ' node_modules'
7575 key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments