From f3cd08fcf12680861615270b29494d2b87c3e1cc Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Sat, 26 Nov 2022 15:24:26 +0100 Subject: [PATCH] v3.2.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5bdef640..96f205e7 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v3.1.1 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v3.2.1 env: INPUT_IGNORED_CODES: ${{ inputs.ignored-codes }} INPUT_SHELL_SCRIPTS: ${{ inputs.shell-scripts }}