diff options
author | 2020-01-27 16:50:29 +0000 | |
---|---|---|
committer | 2020-01-27 08:50:29 -0800 | |
commit | dd58f046de1066a1b5b151feea69ae69eed7a75d (patch) | |
tree | af7c876c01210447ab56ee7ac45b97ab046bd4d1 | |
parent | 672ce6d04e735660157c7458c3a80c9a01af5e9c (diff) | |
download | coredns-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>
-rw-r--r-- | .github/workflows/go.tidy.yml | 6 |
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: | |