We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ab22 commit 93faa39Copy full SHA for 93faa39
1 file changed
.github/workflows/codecheck.yml
@@ -13,7 +13,7 @@ jobs:
13
run: /opt/shellcheck-stable/shellcheck --version
14
15
- name: Check out the repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
17
18
- name: Run ShellCheck on all files
19
run: find . '(' -name '*.sh' ')' -exec /opt/shellcheck-stable/shellcheck {} +
0 commit comments