Skip to content

Commit d39d2a6

Browse files
chore(deps): bump reviewdog/action-shellcheck from 1.31 to 1.32
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.31 to 1.32. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](reviewdog/action-shellcheck@v1.31...v1.32) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: '1.32' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6044a2 commit d39d2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5.0.0
99
- name: shellcheck
10-
uses: reviewdog/action-shellcheck@v1.31
10+
uses: reviewdog/action-shellcheck@v1.32
1111
with:
1212
github_token: ${{ secrets.github_token }}
1313
path: 'commit-msg'

0 commit comments

Comments
 (0)