Skip to content

Commit

Permalink
Update checkout action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 3, 2019
1 parent 6c23bab commit 65d360f
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 @@ -71,7 +71,7 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install Rust (rustup)
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install Rust
Expand All @@ -122,7 +122,7 @@ jobs:
name: Publish Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install Rust
Expand Down

0 comments on commit 65d360f

Please sign in to comment.