From 94fb4dd1977847df7503bdcc7cb1ddbe021ee9e0 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 5 Sep 2022 14:00:59 +0200 Subject: [PATCH] v3.1.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 541c700c..c147c240 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.0.1 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v3.1.0 env: INPUT_IGNORED_CODES: ${{ inputs.ignored-codes }} INPUT_SHELL_SCRIPTS: ${{ inputs.shell-scripts }}