There was an error while loading. Please reload this page.
1 parent 92d6612 commit f09fb90Copy full SHA for f09fb90
1 file changed
lib/input.js
@@ -69,7 +69,7 @@ function get(tok, dir) {
69
yield exec.exec('gem', ['install', 'asciidoctor', '--user-install']);
70
logIfDebug('`gem install asciidoctor --user-install` complete');
71
const localVale = yield (0, install_1.installLint)(core.getInput('version'));
72
- const localReviewDog = yield (0, install_1.installReviewDog)("0.15.0", core.getInput('reviewdog_url'));
+ const localReviewDog = yield (0, install_1.installReviewDog)("0.17.0", core.getInput('reviewdog_url'));
73
const valeFlags = core.getInput("vale_flags");
74
let version = '';
75
yield exec.exec(localVale, ['-v'], {
0 commit comments