From 11ffc83701635779ecc35f38823ebdd0dca46aae Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 22 Dec 2022 09:31:08 +0100 Subject: [PATCH] v3.3.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b07b2b38..4032fac1 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v3.3.0 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v3.3.1 env: INPUT_IGNORED_CODES: ${{ inputs.ignored-codes }} INPUT_SHELL_SCRIPTS: ${{ inputs.shell-scripts }}