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
parent 2a40cc22f0
commit 8ff9d3327e

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