mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-15 00:00:12 +08:00
Bump actions/setup-java from 2.4.0 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Slawomir Jaranowski
parent
4585690afd
commit
4c63d7d932
@ -69,7 +69,7 @@ runs:
|
||||
with:
|
||||
fetch-depth: '${{ inputs.checkout-fetch-depth }}'
|
||||
|
||||
- uses: actions/setup-java@v2.4.0
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
overwrite-settings: false
|
||||
java-version: '${{ inputs.java-version }}'
|
||||
|
||||
Reference in New Issue
Block a user