File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
book/src/continuous_integration Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Setup
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
# Unsetting this would make so that any malicious package could get our Github Token
22
22
persist-credentials : false
Original file line number Diff line number Diff line change 36
36
steps :
37
37
# Setup
38
38
- name : Checkout
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
persist-credentials : false
42
42
96
96
steps :
97
97
# Setup
98
98
- name : Checkout
99
- uses : actions/checkout@v4
99
+ uses : actions/checkout@v5
100
100
with :
101
101
persist-credentials : false
102
102
@@ -114,7 +114,7 @@ jobs:
114
114
steps :
115
115
# Setup
116
116
- name : Checkout
117
- uses : actions/checkout@v4
117
+ uses : actions/checkout@v5
118
118
with :
119
119
persist-credentials : false
120
120
@@ -170,7 +170,7 @@ jobs:
170
170
steps :
171
171
# Setup
172
172
- name : Checkout
173
- uses : actions/checkout@v4
173
+ uses : actions/checkout@v5
174
174
with :
175
175
persist-credentials : false
176
176
Original file line number Diff line number Diff line change 24
24
steps :
25
25
# Setup
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
# Unsetting this would make so that any malicious package could get our Github Token
30
30
persist-credentials : false
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
steps :
26
26
# Setup
27
27
- name : Checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
# Unsetting this would make so that any malicious package could get our Github Token
31
31
persist-credentials : false
32
32
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
ref : ${{ env.TARGET_BRANCH }}
37
37
path : ' out'
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 2
30
30
# Unsetting this would make so that any malicious package could get our Github Token
80
80
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
with :
85
85
# Unsetting this would make so that any malicious package could get our Github Token
86
86
persist-credentials : false
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
with :
118
118
# Unsetting this would make so that any malicious package could get our Github Token
119
119
persist-credentials : false
Original file line number Diff line number Diff line change 11
11
steps :
12
12
# Setup
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
# Unsetting this would make so that any malicious package could get our Github Token
17
17
persist-credentials : false
Original file line number Diff line number Diff line change 15
15
clippy_check :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Run Clippy
20
20
run : cargo clippy --all-targets --all-features
21
21
` ` `
You can’t perform that action at this time.
0 commit comments