ci: upgrade to actions/checkout@v2

In particular, this appears to fix an extremely annoying bug that was
causing PR builds to fail if they were re-run.

For more details:
https://github.com/actions/checkout/issues/23#issuecomment-572688577
This commit is contained in:
Andrew Gallant
2020-03-30 17:09:41 -04:00
parent 47f20c2661
commit 5b6ca04e39
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1