Use latest Github checkout action (#3627)

Signed-off-by: Michael Grosser <development@stp-ip.net>
This commit is contained in:
Michael Grosser
2020-01-27 16:50:29 +00:00
committed by Yong Tang
parent 672ce6d04e
commit dd58f046de

View File

@@ -15,11 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v1
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
run: git checkout ${GITHUB_REF#refs/heads/}
uses: actions/checkout@v2
-
name: Tidy
run: |