Skip to content

Commit 944ae4a

Browse files
committed
run only
1 parent 81559fc commit 944ae4a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Install Platform
2222
run: |
@@ -32,6 +32,5 @@ jobs:
3232

3333
steps:
3434
- name: Run ShellCheck
35-
- uses: actions/checkout@v3
3635
run: find . -type f -name "*.sh" -exec shellcheck {} +
3736

0 commit comments

Comments
 (0)