From 9192b77adbc6e02fcc9cc3c818fdabce5ab15070 Mon Sep 17 00:00:00 2001 From: mgrachev Date: Thu, 12 Aug 2021 14:34:30 +0000 Subject: [PATCH] chore(deps): update hadolint to 2.6.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f67b811..9488335 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.13.0 - HADOLINT_VERSION: v2.6.0 + HADOLINT_VERSION: v2.6.1 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}