From 2d79c3c1c2a729a4662dcc22a48a2f1287c0ed28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:01:47 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.29 to 1.32 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.29 to 1.32. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.29...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] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55e2d71..2bba207 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.29 + uses: reviewdog/action-shellcheck@v1.32 - name: Run github-changelog-generator uses: ./ with: