From 91e2582e40236f831458392d905578d680baa138 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 29 Nov 2023 14:28:57 +0100 Subject: [PATCH] v5.0.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38750790..e5532d67 100644 --- a/action.yml +++ b/action.yml @@ -86,7 +86,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.0.1 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.0.2 env: INPUT_TRIGGERING_EVENT: ${{ inputs.triggering-event }} INPUT_PULL_REQUEST_BASE: ${{ inputs.pull-request-base }}