File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
# Set up
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Set up Ruby
19
19
uses : ruby/setup-ruby@v1
20
20
with :
38
38
39
39
steps :
40
40
# Set up
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- name : Setup rust
43
43
run : rustup update --no-self-update stable
44
44
- name : Install protoc
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
# Set up
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Ruby
26
26
uses : ruby/setup-ruby@v1
27
27
with :
51
51
52
52
steps :
53
53
# Set up
54
- - uses : actions/checkout@v4
54
+ - uses : actions/checkout@v5
55
55
- name : Setup rust
56
56
run : rustup update --no-self-update stable
57
57
- name : Install protoc
You can’t perform that action at this time.
0 commit comments