Skip to content

Commit 5fe1e98

Browse files
author
Mrunal Patel
authored
Merge pull request #2945 from kolyshkin/update-sh
ci/gha: bump shfmt and shellcheck
2 parents 0b6d3e5 + af2e03c commit 5fe1e98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -53,9 +53,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)