File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lib/forge-std/.github/workflows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
- --use solc:0.6.2
28
28
- --use solc:0.6.12
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- uses : foundry-rs/foundry-toolchain@v1
32
32
- run : forge --version
33
33
- run : forge build --skip test --deny-warnings ${{ matrix.flags }}
43
43
matrix :
44
44
toolchain : [stable, nightly]
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- uses : foundry-rs/foundry-toolchain@v1
48
48
with :
49
49
version : ${{ matrix.toolchain }}
54
54
runs-on : ubuntu-latest
55
55
timeout-minutes : 10
56
56
steps :
57
- - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v5
58
58
- uses : foundry-rs/foundry-toolchain@v1
59
59
- run : forge --version
60
60
- run : forge fmt --check
63
63
runs-on : ubuntu-latest
64
64
timeout-minutes : 10
65
65
steps :
66
- - uses : actions/checkout@v4
66
+ - uses : actions/checkout@v5
67
67
- uses : crate-ci/typos@v1
68
68
69
69
ci-success :
Original file line number Diff line number Diff line change 11
11
if : startsWith(github.event.release.tag_name, 'v1')
12
12
steps :
13
13
- name : Check out the repo
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
ref : v1
You can’t perform that action at this time.
0 commit comments