File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v2
3131 - name : vars
3232 run : |
33- echo "VERSION=3.2.0 " >> $GITHUB_ENV
33+ echo "VERSION=3.2.4 " >> $GITHUB_ENV
3434 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3535 - name : cache go mod and $GOCACHE
3636 uses : actions/cache@v2
5353 - uses : actions/checkout@v2
5454 - name : vars
5555 run : |
56- echo 'VERSION=v0.7.1 ' >> $GITHUB_ENV
56+ echo 'VERSION=v0.7.2 ' >> $GITHUB_ENV
5757 echo 'BASEURL=https://github.com/koalaman/shellcheck/releases/download' >> $GITHUB_ENV
58- echo 'SHA256SUM=1e8499d6f90481bfa2af7a4dce86dd9bcba5c0fbd88bf4793b34ec679c8bb98a ' >> $GITHUB_ENV
58+ echo 'SHA256SUM=12ee2e0b90a3d1e9cae24ac9b2838be66b48573cb2c8e8f3c566b959df6f050c ' >> $GITHUB_ENV
5959 echo ~/bin >> $GITHUB_PATH
6060 - name : install shellcheck
6161 run : |
You can’t perform that action at this time.
0 commit comments