-
Notifications
You must be signed in to change notification settings - Fork 348
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 4.3.0 to 4.5.0 (#3123)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
82be4aa
commit db6a4cb
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
|
@@ -87,7 +87,7 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
|
@@ -110,7 +110,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '11' | ||
|
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