diff --git a/action.yml b/action.yml index 9780a70..84b5b0a 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.11.0 + REVIEWDOG_VERSION: v0.12.0 HADOLINT_VERSION: v2.5.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611