We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd2ed4 commit 97472adCopy full SHA for 97472ad
1 file changed
.github/workflows/tests.yaml
@@ -5,12 +5,12 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout repository and submodules
8
- uses: actions/checkout@v2
+ uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
9
with:
10
submodules: recursive
11
12
- name: Install Foundry
13
- uses: foundry-rs/foundry-toolchain@v1
+ uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d
14
15
version: nightly
16
0 commit comments