Skip to content

Commit

Permalink
github actions: pin checkout action to v1 (WebAssembly#145)
Browse files Browse the repository at this point in the history
master now contains a new v2 beta version of this action that no longer
supports "submodules".   We can update to v2 later once it stabilizes.
  • Loading branch information
sbc100 committed Dec 3, 2019
1 parent 410c660 commit 8b3266d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install Rust (rustup)
Expand All @@ -32,7 +32,7 @@ jobs:
name: Rustfmt
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 8b3266d

Please sign in to comment.