From b9df2a9417f69c056e0aeaf870abd9a2065a403e Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 27 Feb 2024 14:31:45 +0100 Subject: [PATCH] v5.1.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5532d67..00b7765e 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.2 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.1.0 env: INPUT_TRIGGERING_EVENT: ${{ inputs.triggering-event }} INPUT_PULL_REQUEST_BASE: ${{ inputs.pull-request-base }}