Use actions/checkout@v2

This commit is contained in:
CAD97 2020-03-06 20:32:03 -05:00
parent 48bb1c5172
commit cf140ac995
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- run: cargo install cargo-audit
- run: cargo audit
@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
# We need to disable the existing toolchain to avoid updating rust-docs
# which takes a long time. The fastest way to do this is to rename the
@ -94,7 +94,7 @@ jobs:
CC: gcc-4.9
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install Nodejs
uses: actions/setup-node@v1

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
# We need to disable the existing toolchain to avoid updating rust-docs
# which takes a long time. The fastest way to do this is to rename the
@ -77,7 +77,7 @@ jobs:
- run: 'echo "TAG: $TAG"'
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- uses: actions/download-artifact@v1
with:

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1