Skip to content

Commit 20cfa4b

Browse files
authored
Merge pull request #35 from r7kamura/explicit-gem-version
Pin rubocop_todo_corrector gem version to 0.17.0
2 parents 7b6528c + c12f97c commit 20cfa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
fi
6868
fi
6969
70-
gem install --no-document rubocop_todo_corrector
70+
gem install --no-document rubocop_todo_corrector -v 0.17.0
7171
7272
if [ "${{ inputs.ignore }}" == "true" ]; then
7373
if [ -z "${{ inputs.cop_name }}" ]; then

0 commit comments

Comments
 (0)