Skip to content

Commit

Permalink
use checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 3, 2020
1 parent 7b53cb5 commit 9dfcd32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Lint
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup Rust
uses: hecrj/setup-rust-action@v1
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Publish
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 9dfcd32

Please sign in to comment.