There was an error while loading. Please reload this page.
1 parent e7fd169 commit c56189aCopy full SHA for c56189a
1 file changed
.github/workflows/test.yml
@@ -16,12 +16,15 @@ jobs:
16
name: Foundry project
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2
20
with:
21
submodules: recursive
22
23
- name: Install Foundry
24
- uses: foundry-rs/foundry-toolchain@v1
+ #v1.5.0
25
+ uses: foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e
26
+ with:
27
+ version: nightly
28
29
- name: Show Forge version
30
run: |
0 commit comments