mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +08:00
update shellcheck version
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5beb3965bf
commit
b762104e23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
uses: ludeeus/action-shellcheck@1.1.0
|
||||
with:
|
||||
check_together: 'yes'
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue