mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-12 00:05:30 +08:00
Merge pull request #47 from s4u/gh-output
Replace deprecated GH command - set-output
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user