Skip to content

Commit b48dd65

Browse files
committed
ci: bump shellcheck to v0.10.0
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 6e5ffb7 commit b48dd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
- uses: actions/checkout@v4
109109
- name: install shellcheck
110110
env:
111-
VERSION: v0.9.0
111+
VERSION: v0.10.0
112112
BASEURL: https://github.com/koalaman/shellcheck/releases/download
113-
SHA256: 7087178d54de6652b404c306233264463cb9e7a9afeb259bb663cc4dbfd64149
113+
SHA256: f35ae15a4677945428bdfe61ccc297490d89dd1e544cc06317102637638c6deb
114114
run: |
115115
mkdir ~/bin
116116
curl -sSfL --retry 5 $BASEURL/$VERSION/shellcheck-$VERSION.linux.x86_64.tar.xz |

0 commit comments

Comments
 (0)