From fbe379ca01901650a0d368048f36ebc045c6e05a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 20:01:55 +0300 Subject: [PATCH] chore(deps): update hadolint to 1.21.0 (#41) Co-authored-by: mgrachev --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e691374..3de2736 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.11.0 - HADOLINT_VERSION: v1.20.0 + HADOLINT_VERSION: v1.21.0 # 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 }}