Commit dd58f046 authored by Michael Grosser's avatar Michael Grosser Committed by Yong Tang

Use latest Github checkout action (#3627)

Signed-off-by: default avatarMichael Grosser <development@stp-ip.net>
parent 672ce6d0
......@@ -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: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment