Skip to content

Commit a06f76b

Browse files
Merge pull request #20 from asaasdev/dependabot/github_actions/reviewdog/action-shellcheck-1.9
Bump reviewdog/action-shellcheck from 1.7 to 1.9
2 parents 3accb72 + 1ec954f commit a06f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cond: ${{ github.event_name == 'pull_request' }}
1717
if_true: "github-pr-review"
1818
if_false: "github-check"
19-
- uses: reviewdog/action-shellcheck@v1.7
19+
- uses: reviewdog/action-shellcheck@v1.9
2020
with:
2121
github_token: ${{ secrets.github_token }}
2222
reporter: ${{ steps.reporter.outputs.value }}

0 commit comments

Comments
 (0)