File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 cargo_cmd : clippy --locked --all-targets -- -D warnings -A unknown-lints -A clippy::type_complexity -A clippy::new-without-default
1919 steps :
2020 - name : Clone repository
21- uses : actions/checkout@v1
21+ uses : actions/checkout@v2
2222
2323 - name : Install rust
2424 uses : ./.github/actions/rust-toolchain
6969 RUST_BACKTRACE : 1
7070 steps :
7171 - name : Clone repository
72- uses : actions/checkout@v1
72+ uses : actions/checkout@v2
7373
7474 - name : Install rust
7575 uses : ./.github/actions/rust-toolchain
@@ -113,7 +113,7 @@ jobs:
113113 rustflags : -Ctarget-feature=+crt-static
114114 steps :
115115 - name : Clone repository
116- uses : actions/checkout@v1
116+ uses : actions/checkout@v2
117117
118118 - name : Install rust
119119 uses : ./.github/actions/rust-toolchain
@@ -185,7 +185,7 @@ jobs:
185185 RUST_BACKTRACE : 1
186186 steps :
187187 - name : Clone repository
188- uses : actions/checkout@v1
188+ uses : actions/checkout@v2
189189
190190 - name : Install rust
191191 uses : ./.github/actions/rust-toolchain
@@ -234,7 +234,7 @@ jobs:
234234 if : ${{ startsWith(github.ref, 'refs/tags/') }}
235235 steps :
236236 - name : Clone repository
237- uses : actions/checkout@v1
237+ uses : actions/checkout@v2
238238
239239 - name : Get artifacts
240240 uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments