mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2024-11-28 08:58:55 +02:00
Bump actions/setup-java from 1 to 2.1.0 (#394)
* Bump actions/setup-java from 1 to 2.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1...v2.1.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Clarke <michael.m.clarke@gmail.com>
This commit is contained in:
parent
00a025b89d
commit
d0f68338ce
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -49,10 +49,11 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Java ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
java-package: jdk
|
||||
distribution: adopt
|
||||
-
|
||||
name: Cache deps
|
||||
uses: actions/cache@v2
|
||||
@ -85,10 +86,11 @@ jobs:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Set up Java
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
java-version: 11
|
||||
java-package: jdk
|
||||
distribution: adopt
|
||||
-
|
||||
name: Cache deps
|
||||
uses: actions/cache@v2
|
||||
@ -145,10 +147,11 @@ jobs:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Set up Java
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
java-version: 11
|
||||
java-package: jdk
|
||||
distribution: adopt
|
||||
-
|
||||
name: Cache deps
|
||||
uses: actions/cache@v2
|
||||
|
Loading…
Reference in New Issue
Block a user