File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
integration :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.sha }}
14
16
15
17
- name : Install Foundry
16
18
uses : foundry-rs/foundry-toolchain@v1
Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.sha }}
14
16
15
17
- name : Install Foundry
16
18
uses : foundry-rs/foundry-toolchain@v1
Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.sha }}
14
16
15
17
- name : Install Foundry
16
18
uses : foundry-rs/foundry-toolchain@v1
You can’t perform that action at this time.
0 commit comments