Skip to content

Commit 126035e

Browse files
Bump actions/setup-java from 1 to 3 (#39)
* Bump actions/setup-java from 1 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update build.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <[email protected]>
1 parent 094ddbc commit 126035e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
~/.coursier
2222
key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }}
2323
- name: Set up JDK
24-
uses: actions/setup-java@v1
24+
uses: actions/setup-java@v3
2525
with:
26+
distribution: temurin
2627
java-version: ${{ matrix.java }}
2728
- name: Run tests
2829
run: |

0 commit comments

Comments
 (0)