Skip to content

Commit

Permalink
ci: Update to actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Apr 29, 2020
1 parent 3742379 commit 41dc480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Update Rust
run: rustup update stable && rustup default stable
- name: Install rustfmt
Expand All @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Update Rust
run: rustup update stable && rustup default stable
- name: Install clippy
Expand All @@ -26,5 +26,5 @@ jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: cargo test

0 comments on commit 41dc480

Please sign in to comment.