We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc08a4f commit d127846Copy full SHA for d127846
1 file changed
.github/workflows/main.yml
@@ -8,14 +8,14 @@ on:
8
9
name: "Shellcheck"
10
env:
11
- VERSION: v0.8.0
+ VERSION: v0.9.0
12
13
jobs:
14
shellcheck:
15
name: Shellcheck
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Install shellcheck
20
run: |
21
wget -q https://github.com/koalaman/shellcheck/releases/download/$VERSION/shellcheck-$VERSION.linux.x86_64.tar.xz \
0 commit comments