From 8c5159e82f379936af9e2813266712a900708cb8 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Mon, 28 Mar 2022 08:54:57 +0200 Subject: [PATCH] Use `v3` of `setup-java` https://github.com/actions/setup-java/releases/tag/v3.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cfde120..4d0fda4 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: fi - name: 'Install Java Development Kit' if: ${{ inputs.install == 'true' }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: ${{ steps.download.outputs.version }} distribution: jdkfile