diff --git a/action.yml b/action.yml index fe273d5..7cdc440 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs' author: 'rtCamp' runs: using: 'docker' - image: 'docker://rtcamp/action-phpcs-code-review:v2.0.1' + image: 'docker://rtcamp/action-phpcs-code-review:v2.0.2' branding: icon: 'check-circle' color: 'green'