From 0c9d65feb37b1cca0350d0e11779c4dc873563a5 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 7 Nov 2021 14:26:19 +0000 Subject: [PATCH] chore(deps): update koalaman/shellcheck to 0.8.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 615ff1f..861b2f8 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - SHELLCHECK_VERSION: 0.7.2 + SHELLCHECK_VERSION: 0.8.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 }}