From f8353fecf35647906f61cc2c64b957f49b2c7de6 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 11 Feb 2024 12:22:35 +0100 Subject: [PATCH] Update stCarolas/setup-maven to v5 Signed-off-by: Alexander Brandes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b34cb1b..61b6c69 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ runs: shell: bash id: current-maven - - uses: stCarolas/setup-maven@v4.5 + - uses: stCarolas/setup-maven@v5 if: inputs.maven-version != steps.current-maven.outputs.version with: maven-version: '${{ inputs.maven-version }}'