Fix workflow shellcheck action deprecated set-output error

Use action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba to
have fix included
This commit is contained in:
Xiaofeng Wang 2023-01-19 18:50:08 +08:00 committed by Ondřej Budai
parent 8fe489ef7c
commit 60e6107b42

View file

@ -167,7 +167,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba
with:
ignore: vendor # We don't want to fix the code in vendored dependencies
env: