mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -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:
|
||||
-
|
||||
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: |
|
||||
|
||||
Reference in New Issue
Block a user