github: use v2 for checkout action

v1 does not support the path option, thus the repository is always
cloned to the workspace root.
This commit is contained in:
David Bauer 2020-05-08 18:22:00 +02:00 committed by Polynomialdivision
parent 1ecbea1514
commit 991eb26ed7

View file

@ -8,7 +8,7 @@ jobs:
name: build name: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
with: with:
path: dawn path: dawn
- name: Install dependencies - name: Install dependencies