when upgrading to @v2 or later it no longer accepts a single short sha for the ref parameter, and the git command fails: Setup ``` uses: actions/checkout@v2.2.0 with: ref: 7daa143 ``` Output: ``` /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=5 origin +refs/heads/7daa143*:refs/remotes/origin/7daa143* +refs/tags/7daa143*:refs/tags/7daa143* The process '/usr/bin/git' failed with exit code 1 Waiting 18 seconds before trying again ```