Replace deprecated GH command - set-output

This commit is contained in:
Slawomir Jaranowski
2022-11-13 09:46:15 +01:00
parent 4e0b434104
commit 8c7ad20804

View File

@ -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