Merge pull request #3150 from assimp/kimkulling-fix-workflow

Use checkoutv2
pull/3152/head
Kim Kulling 2020-04-15 17:17:25 +02:00 committed by GitHub
commit f7cab11a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build
@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build
@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: configure
run: cmake CMakeLists.txt
- name: build