Skip to content

Commit 93faa39

Browse files
authored
GitHub Actions: use actions/checkout@v5
1 parent fb7ab22 commit 93faa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: /opt/shellcheck-stable/shellcheck --version
1414

1515
- name: Check out the repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717

1818
- name: Run ShellCheck on all files
1919
run: find . '(' -name '*.sh' ')' -exec /opt/shellcheck-stable/shellcheck {} +

0 commit comments

Comments
 (0)