Skip to content

Commit c56189a

Browse files
committed
update CLI workflow
1 parent e7fd169 commit c56189a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ jobs:
1616
name: Foundry project
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2
2020
with:
2121
submodules: recursive
2222

2323
- name: Install Foundry
24-
uses: foundry-rs/foundry-toolchain@v1
24+
#v1.5.0
25+
uses: foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e
26+
with:
27+
version: nightly
2528

2629
- name: Show Forge version
2730
run: |

0 commit comments

Comments
 (0)