From 98fffc5f4367cb9781d2a3414dd1edb294fd4629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:12:12 +0000 Subject: [PATCH] chore(deps): update redhat-plumbers-in-action/differential-shellcheck action to v5 --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 3e14110..49e2b65 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -31,7 +31,7 @@ jobs: - name: 🐞 Differential shell-check id: shellcheck - uses: redhat-plumbers-in-action/differential-shellcheck@v4 + uses: redhat-plumbers-in-action/differential-shellcheck@v5 with: severity: ${{ inputs.severity }} token: ${{ secrets.token }}