File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
toolchain : stable-x86_64-pc-windows-msvc
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
26
26
- name : Setup Rust toolchain ${{ matrix.toolchain }} for ${{ matrix.os }}
27
27
uses : actions-rs/toolchain@v1
28
28
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- name : Setup Rust toolchain stable-x86_64-unknown-linux-gnu for ubuntu-latest
16
16
uses : actions-rs/toolchain@v1
17
17
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4
12
12
- name : Setup Rust toolchain stable-x86_64-unknown-linux-gnu for ubuntu-latest
13
13
uses : actions-rs/toolchain@v1
14
14
with :
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4
43
43
- name : Setup Rust toolchain stable-x86_64-unknown-linux-gnu for ubuntu-latest
44
44
uses : actions-rs/toolchain@v1
45
45
with :
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Checkout
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v4
69
69
- name : Setup Rust toolchain stable-x86_64-unknown-linux-gnu for ubuntu-latest
70
70
uses : actions-rs/toolchain@v1
71
71
with :
You can’t perform that action at this time.
0 commit comments