-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-java from 2.5.1 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.1 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.5.1...v4.2.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a48663c
commit 0761bd8
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -50,7 +50,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: 11 # ensure it works on 11 because we publish for 11 | ||
|
@@ -111,7 +111,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java }} | ||
|
@@ -146,7 +146,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java }} | ||
|
@@ -174,7 +174,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java }} | ||
|
@@ -203,7 +203,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v3.12.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
|
@@ -270,7 +270,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2.5.1 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: 11 # publish for 11 | ||
|
@@ -306,7 +306,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v3.12.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: temurin | ||
java-version: '11' | ||
|