Skip to content

Commit 1d6171c

Browse files
committed
ci: upgrade to actions/checkout@v2
For more details: actions/checkout#23 (comment)
1 parent 005ca95 commit 1d6171c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
rust: stable
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v1
47+
uses: actions/checkout@v2
4848
with:
4949
fetch-depth: 1
5050
- name: Install Rust
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-18.04
6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v1
63+
uses: actions/checkout@v2
6464
with:
6565
fetch-depth: 1
6666
- name: Install Rust

0 commit comments

Comments
 (0)