From 9df19435e9a76ce665c423a8c46ecf99543d62d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Weyhm=C3=BCller?= Date: Sun, 28 May 2023 09:18:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eaction.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a60596e..521d0a3 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: using: 'composite' steps: - name: 'Setup Java' - uses: actions/setup-java@v3 + uses: https://github.com/actions/setup-java@v3 if: ${{ inputs.setup-java == 'true' }} with: java-version: 17