mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 19:23:39 +08:00
Merge pull request #47 from s4u/gh-output
Replace deprecated GH command - set-output
This commit is contained in:
commit
fc8e36b653
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user