Skip to content

Commit 9723c0c

Browse files
committed
fix: update Foundry toolchain version in CI workflow
1 parent 314b703 commit 9723c0c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* @lidofinance/lido-si
2+
.github @lidofinance/review-gh-workflows

.github/workflows/checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
run: yarn test:unit
3333

3434
- name: Install Foundry
35-
uses: foundry-rs/foundry-toolchain@v1
36-
with:
37-
version: nightly
35+
uses: foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10
3836

3937
- name: Run Integration Tests
4038
env:

0 commit comments

Comments
 (0)