From 435b70bd96d247bd5e229fa2ebe37fe3c18bfaeb Mon Sep 17 00:00:00 2001 From: shogo82148 Date: Tue, 13 Dec 2022 07:32:24 +0000 Subject: [PATCH] chore(deps): update koalaman/shellcheck to 0.9.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7a0d80..df99c5c 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - SHELLCHECK_VERSION: 0.8.0 + SHELLCHECK_VERSION: 0.9.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 }}