From 6a6ac895ab3ecd8e268db54cbd55fa7705a4669d Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 6 Apr 2023 13:58:31 +0200 Subject: [PATCH] v4.2.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4cbeffbe..22ac7da7 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v4.1.1 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v4.2.0 env: INPUT_TRIGGERING_EVENT: ${{ inputs.triggering-event }} INPUT_PULL_REQUEST_BASE: ${{ inputs.pull-request-base }}