Skip to content

Commit c32d3c7

Browse files
authored
Merge pull request #33 from hazcod/dependabot/github_actions/reviewdog/action-shellcheck-1.17
chore(deps): bump reviewdog/action-shellcheck from 1.15 to 1.17
2 parents 3143f89 + e4746c4 commit c32d3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3.1.0
99
- name: shellcheck
10-
uses: reviewdog/action-shellcheck@v1.15
10+
uses: reviewdog/action-shellcheck@v1.17
1111
with:
1212
github_token: ${{ secrets.github_token }}
1313
path: 'commit-msg'

0 commit comments

Comments
 (0)