From 981e005d7c76ed73d7a473195b77c146ad134fe1 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Thu, 22 Apr 2021 14:45:12 +0200 Subject: [PATCH] Update Java validator dependency to version 5.3.11 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 872d39e..e9f9f6a 100644 --- a/action.yml +++ b/action.yml @@ -141,7 +141,7 @@ runs: fi shell: bash env: - JAVA_VALIDATOR_VERSION: 5.3.9 + JAVA_VALIDATOR_VERSION: 5.3.11 INPUT_JAVA_VALIDATION_ENABLED: ${{ inputs.JAVA_VALIDATION_ENABLED }} - name: Install jq