mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2025-02-15 13:53:09 +02:00
Bump actions/setup-java from 2.4.0 to 2.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f75df6704f
commit
549ac1e9d5
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Set up Java ${{ matrix.java }}
|
name: Set up Java ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v2.4.0
|
uses: actions/setup-java@v2.5.0
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
name: Set up Java
|
name: Set up Java
|
||||||
uses: actions/setup-java@v2.4.0
|
uses: actions/setup-java@v2.5.0
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
name: Set up Java
|
name: Set up Java
|
||||||
uses: actions/setup-java@v2.4.0
|
uses: actions/setup-java@v2.5.0
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user