Use checkoutv2

pull/3150/head
Kim Kulling 2020-04-15 16:29:55 +02:00 committed by GitHub
parent 9b694a8645
commit c079bb21a4
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