Skip to content

Commit

Permalink
Fix workflow shellcheck action deprecated set-output error
Browse files Browse the repository at this point in the history
Use action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba to
have fix included
  • Loading branch information
henrywang authored and ondrejbudai committed Jan 20, 2023
1 parent 8fe489e commit 60e6107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60e6107

Please sign in to comment.