Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Specify Github action checkout version v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AddressXception authored and echumley-msft committed Dec 3, 2019
1 parent 3743de8 commit 2c66ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: 'Linux Build'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Upgrade cmake
Expand All @@ -34,7 +34,7 @@ jobs:
name: 'Windows Build'
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install msys
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: 'MacOS Build'
runs-on: 'macOS-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install gmp
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 'Linux Build'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Upgrade cmake
Expand All @@ -33,7 +33,7 @@ jobs:
name: 'Windows Build'
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install msys
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
name: 'MacOS Build'
runs-on: 'macOS-latest'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
submodules: true
- name: Install gmp
Expand Down

0 comments on commit 2c66ce7

Please sign in to comment.