File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
|| contains(github.event.pull_request.labels.*.name, 'buildme')
60
60
steps :
61
61
- name : Check out repository
62
- uses : actions/checkout@v4
62
+ uses : actions/checkout@v5
63
63
64
64
- name : Install Rust
65
65
uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change 32
32
toolchain : stable
33
33
steps :
34
34
- name : Check out repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
37
37
- name : Install Rust
38
38
if : matrix.toolchain != 'msrv'
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : Check out repository
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
75
75
- name : Install Rust
76
76
uses : dtolnay/rust-toolchain@master
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ubuntu-latest
103
103
steps :
104
104
- name : Check out repository
105
- uses : actions/checkout@v4
105
+ uses : actions/checkout@v5
106
106
107
107
- name : Install Rust
108
108
uses : dtolnay/rust-toolchain@master
@@ -133,7 +133,7 @@ jobs:
133
133
runs-on : ubuntu-latest
134
134
steps :
135
135
- name : Check out repository
136
- uses : actions/checkout@v4
136
+ uses : actions/checkout@v5
137
137
138
138
- name : Install Rust
139
139
uses : dtolnay/rust-toolchain@master
@@ -161,7 +161,7 @@ jobs:
161
161
runs-on : ubuntu-latest
162
162
steps :
163
163
- name : Check out repository
164
- uses : actions/checkout@v4
164
+ uses : actions/checkout@v5
165
165
166
166
- name : Install nightly Rust
167
167
uses : dtolnay/rust-toolchain@master
You can’t perform that action at this time.
0 commit comments