mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2024-11-24 08:42:28 +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
|
||||
-
|
||||
name: Set up Java ${{ matrix.java }}
|
||||
uses: actions/setup-java@v2.4.0
|
||||
uses: actions/setup-java@v2.5.0
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
java-package: jdk
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Set up Java
|
||||
uses: actions/setup-java@v2.4.0
|
||||
uses: actions/setup-java@v2.5.0
|
||||
with:
|
||||
java-version: 11
|
||||
java-package: jdk
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Set up Java
|
||||
uses: actions/setup-java@v2.4.0
|
||||
uses: actions/setup-java@v2.5.0
|
||||
with:
|
||||
java-version: 11
|
||||
java-package: jdk
|
||||
|
Loading…
Reference in New Issue
Block a user