Skip to content

Commit

Permalink
Use actions/checkout@v2 consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 15, 2020
1 parent 141dbc9 commit 8a53a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -71,7 +71,7 @@ jobs:
rust: [stable, nightly]
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8a53a49

Please sign in to comment.