From 60c9f2b924a9c5a2ddbb25e7b23e8e11b56faab9 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 15 May 2024 10:15:10 +0200 Subject: [PATCH] v5.3.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 790ac7e..a4dd1e7 100644 --- a/action.yml +++ b/action.yml @@ -93,7 +93,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.2.0 + image: docker://ghcr.io/redhat-plumbers-in-action/differential-shellcheck:v5.3.0 env: INPUT_TRIGGERING_EVENT: ${{ inputs.triggering-event }} INPUT_PULL_REQUEST_BASE: ${{ inputs.pull-request-base }}