aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Michael Grosser <development@stp-ip.net> 2020-01-27 16:50:29 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2020-01-27 08:50:29 -0800
commitdd58f046de1066a1b5b151feea69ae69eed7a75d (patch)
treeaf7c876c01210447ab56ee7ac45b97ab046bd4d1 /.github
parent672ce6d04e735660157c7458c3a80c9a01af5e9c (diff)
downloadcoredns-dd58f046de1066a1b5b151feea69ae69eed7a75d.tar.gz
coredns-dd58f046de1066a1b5b151feea69ae69eed7a75d.tar.zst
coredns-dd58f046de1066a1b5b151feea69ae69eed7a75d.zip
Use latest Github checkout action (#3627)
Signed-off-by: Michael Grosser <development@stp-ip.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.tidy.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml
index 3c6aa2be2..060b6d108 100644
--- a/.github/workflows/go.tidy.yml
+++ b/.github/workflows/go.tidy.yml
@@ -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: |