Skip to content

Commit d22f5f2

Browse files
authored
Update actions/checkout from v1 to v2 (#1134)
Update the version of the checkout action in Github CI runner. Signed-off-by: Emily Mabrey <[email protected]>
1 parent edf0ac5 commit d22f5f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)