From f0c6d72092e6969f456db9a8200c787cccf30f20 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 3 Dec 2021 18:14:50 +0100 Subject: [PATCH] Bump actions/setup-java from 2.3.1 to 2.4.0 https://github.com/actions/setup-java/releases/tag/v2.4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bf0aceb..687825c 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: with: fetch-depth: '${{ inputs.checkout-fetch-depth }}' - - uses: actions/setup-java@v2.3.1 + - uses: actions/setup-java@v2.4.0 with: overwrite-settings: false java-version: '${{ inputs.java-version }}'