Skip to content

Commit 69fd987

Browse files
chore(deps): Bump reviewdog/action-shellcheck from 1.28.0 to 1.29.0 (#50)
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](reviewdog/action-shellcheck@v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c597861 commit 69fd987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check code style
2323
uses: reviewdog/action-shfmt@v1.0.2
2424
- name: Run static analysis
25-
uses: reviewdog/action-shellcheck@v1.28.0
25+
uses: reviewdog/action-shellcheck@v1.29.0
2626
- name: Run tests
2727
run: |
2828
# workaround for https://github.com/actions/runner-images/issues/9644

0 commit comments

Comments
 (0)