Skip to content

Use actions/checkout@v3 rather than top of tree #1020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rust: [nightly, beta, stable]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: setup
run: |
Expand All @@ -102,7 +102,7 @@ jobs:
name: Check tokio02 feature
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: check tokio02
uses: actions-rs/cargo@v1
with:
Expand All @@ -122,7 +122,7 @@ jobs:
- arm-linux-androideabi

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
rust: [nightly, beta, stable]

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install rust with wasm32-unknown-unknown
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: Checking fmt and docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
Expand Down