Skip to content

Commit

Permalink
ci: upgrade to actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 3, 2020
1 parent f0340ff commit 7c8b718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rust: stable-x86_64-gnu
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install Rust
Expand Down

0 comments on commit 7c8b718

Please sign in to comment.