File tree Expand file tree Collapse file tree 4 files changed +481
-568
lines changed Expand file tree Collapse file tree 4 files changed +481
-568
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Clone @api3/data-feed-proxy-combinators
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 - name : Check Markdown links
1212 uses : umbrelladocs/action-linkspector@v1
1313 with :
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Clone @api3/data-feed-proxy-combinators
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up pnpm
1919 uses : pnpm/action-setup@v3
2020
2121 - name : Set up Node
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 node-version : ' 20.17.0'
2525 cache : ' pnpm'
Original file line number Diff line number Diff line change 5555 "eslint" : " 8.57.1" ,
5656 "ethers" : " ^6.14.4" ,
5757 "glob" : " ^11.0.3" ,
58- "hardhat" : " ^2.25.0 " ,
58+ "hardhat" : " ^3.0.6 " ,
5959 "hardhat-deploy" : " ^1.0.4" ,
6060 "prettier" : " ^3.6.2" ,
6161 "prettier-plugin-solidity" : " ^2.0.0" ,
62- "solhint" : " ^5.2.0 " ,
62+ "solhint" : " ^6.0.1 " ,
6363 "solidity-coverage" : " ^0.8.16" ,
6464 "ts-node" : " ^10.9.2" ,
6565 "typechain" : " ^8.3.2" ,
You can’t perform that action at this time.
0 commit comments