From d6513905e792840dffabb7376d1ce51701c55b81 Mon Sep 17 00:00:00 2001 From: Christian Schmidbauer Date: Fri, 8 Mar 2024 11:45:18 +0100 Subject: [PATCH] chore(deps): update koalaman/shellcheck to 0.10.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4063d9b..db2b970 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - SHELLCHECK_VERSION: 0.9.0 + SHELLCHECK_VERSION: 0.10.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 }}