Skip to content

Commit 6b67e84

Browse files
committed
add version 5 hash
1 parent 008744c commit 6b67e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-token-address.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@69747b3848c30fc048b8eb496dcc7a6384f500d2
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@69747b3848c30fc048b8eb496dcc7a6384f500d2
21+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2222
with:
2323
node-version: 20
2424

2525
- name: Install ethers.js
26-
run: npm install ethers
26+
run: npm install ethers@5
2727

2828
- name: Extract address and network
2929
id: extract

0 commit comments

Comments
 (0)