1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

github: switch to checkout v1

V2 handles tags incorrectly
(https://github.com/actions/checkout/issues/290) and the easiest
solution is to simply switch to v1.
This commit is contained in:
Markus Lehtonen 2020-12-07 12:27:43 +02:00
parent ee02dd7033
commit 30e3d0b8b9

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0