Skip to content

Commit d127846

Browse files
committed
Update GH Actions versions
1 parent dc08a4f commit d127846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
name: "Shellcheck"
1010
env:
11-
VERSION: v0.8.0
11+
VERSION: v0.9.0
1212

1313
jobs:
1414
shellcheck:
1515
name: Shellcheck
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Install shellcheck
2020
run: |
2121
wget -q https://github.com/koalaman/shellcheck/releases/download/$VERSION/shellcheck-$VERSION.linux.x86_64.tar.xz \

0 commit comments

Comments
 (0)