Skip to content

Commit 06b5a53

Browse files
Update other major updates
1 parent 9b77496 commit 06b5a53

File tree

4 files changed

+481
-568
lines changed

4 files changed

+481
-568
lines changed

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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:

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
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",

0 commit comments

Comments
 (0)