From 8c7ad20804e4434fa4fbc1b7776d3762293a7eab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 13 Nov 2022 09:46:15 +0100 Subject: [PATCH] Replace deprecated GH command - set-output --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bedd71c..48f99c2 100644 --- a/action.yml +++ b/action.yml @@ -96,7 +96,7 @@ runs: restore-keys: ${{ inputs.cache-prefix }}${{ runner.os }}-jdk${{ inputs.java-version }}-${{ inputs.java-distribution }}-maven${{ inputs.maven-version }}- - name: Installed Maven version - run: echo "::set-output name=version::$(mvn -q -v)" + run: echo "version=$(mvn -q -v)" >> $GITHUB_OUTPUT shell: bash id: current-maven