Merge pull request #47 from s4u/gh-output

Replace deprecated GH command - set-output
This commit is contained in:
Slawomir Jaranowski 2022-11-13 09:57:32 +01:00 committed by GitHub
commit fc8e36b653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}- restore-keys: ${{ inputs.cache-prefix }}${{ runner.os }}-jdk${{ inputs.java-version }}-${{ inputs.java-distribution }}-maven${{ inputs.maven-version }}-
- name: Installed 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 shell: bash
id: current-maven id: current-maven