File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Check out repo
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v5
99 - name : Setup Node.js
10- uses : actions/setup-node@v4
10+ uses : actions/setup-node@v5
1111 with :
1212 node-version : ' 22.20.0'
1313 - run : yarn
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Check Markdown links
2222 uses : umbrelladocs/action-linkspector@v1
2323 with :
Original file line number Diff line number Diff line change 3636 "@types/mocha" : " >=10.0.10" ,
3737 "chai" : " ^4.5.0" ,
3838 "dotenv" : " ^17.2.3" ,
39- "eslint" : " 8.57.1" ,
40- "hardhat" : " ^2.26.3 " ,
39+ "eslint" : " ^ 8.57.1" ,
40+ "hardhat" : " ^2.26.2 " ,
4141 "hardhat-deploy" : " ^1.0.4" ,
4242 "hardhat-gas-reporter" : " ^2.3.0" ,
4343 "prettier" : " ^3.6.2" ,
4444 "prettier-plugin-solidity" : " ^2.1.0" ,
45- "solhint" : " ^5.2.0 " ,
45+ "solhint" : " ^6.0.1 " ,
4646 "solidity-coverage" : " ^0.8.16" ,
4747 "ts-node" : " >=10.9.2" ,
4848 "typechain" : " ^8.3.2" ,
You can’t perform that action at this time.
0 commit comments