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 23
23
CARGO_TERM_COLOR : always
24
24
RUST_BACKTRACE : full
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
submodules : " true"
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Check Commit Lint
49
49
- cargo_deny
50
50
steps :
51
51
- name : Run the checkout command
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
fetch-depth : 0
55
55
submodules : " true"
Original file line number Diff line number Diff line change 24
24
contents : write
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0
30
30
-
uses :
mozilla-actions/[email protected]
50
50
cancel-in-progress : false
51
51
steps :
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
with :
55
55
fetch-depth : 0
56
56
-
uses :
mozilla-actions/[email protected]
You can’t perform that action at this time.
0 commit comments