We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dc0fd commit 5edba9dCopy full SHA for 5edba9d
3 files changed
.github/workflows/ continuous-build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Check out repo
8
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
9
- name: Setup Node.js
10
uses: actions/setup-node@v6
11
with:
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
- name: Check Markdown links
22
uses: umbrelladocs/action-linkspector@v1
23
package.json
@@ -36,8 +36,8 @@
36
"@types/mocha": ">=10.0.10",
37
"chai": "^4.5.0",
38
"dotenv": "^17.2.3",
39
- "eslint": "^8.57.1",
40
- "hardhat": "^2.27.1",
+ "eslint": "^9.39.1",
+ "hardhat": "^3.0.16",
41
"hardhat-deploy": "^1.0.4",
42
"hardhat-gas-reporter": "^2.3.0",
43
"prettier": "^3.7.3",
0 commit comments