diff --git a/action.yml b/action.yml index 1d4170a..819700e 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: env: # We may want to allow specifying reviewdog version as # action's input, but let's start with hard coded latest stable version for reviewdog - REVIEWDOG_VERSION: v0.11.0 + REVIEWDOG_VERSION: v0.12.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 }}