changed to checkout@master

This commit is contained in:
Krishna Vedala 2020-04-07 22:12:54 -04:00 committed by GitHub
parent a0b7dbb92f
commit 0248b523b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@master
- name: build directory - name: build directory
run: cmake -E make_directory ${{runner.workspace}}/build run: cmake -E make_directory ${{runner.workspace}}/build
- name: configure - name: configure