From 79490c0fdcc3ab5dd2b50a0e82a5bfc4fe63f0a9 Mon Sep 17 00:00:00 2001 From: nikita Date: Sat, 11 Jun 2022 19:23:49 +0200 Subject: [PATCH] Updated checkstyle version to 10.3 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f011ac..929289c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Optional. Working directory relative to the root directory. ### `checkstyle_version` Optional. Checkstyle version to use. -Default is `8.40` +Default is `10.3` ### `properties_file` Optional. Properties file relative to the root directory. diff --git a/action.yml b/action.yml index 93d4e00..5a3029d 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: default: 'google_checks.xml' checkstyle_version: description: 'Checkstyle version' - default: '8.40' + default: '10.3' workdir: description: 'Working directory relative to the root directory.' default: '.'