mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Use latest Github checkout action (#3627)
Signed-off-by: Michael Grosser <development@stp-ip.net>
This commit is contained in:
committed by
Yong Tang
parent
672ce6d04e
commit
dd58f046de
6
.github/workflows/go.tidy.yml
vendored
6
.github/workflows/go.tidy.yml
vendored
@@ -15,11 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
-
|
|
||||||
# https://github.com/actions/checkout/issues/6
|
|
||||||
name: Fix detached HEAD
|
|
||||||
run: git checkout ${GITHUB_REF#refs/heads/}
|
|
||||||
-
|
-
|
||||||
name: Tidy
|
name: Tidy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user