Skip to content

Commit cc47a86

Browse files
Bump actions/setup-java from v1 to v2 (#31)
* Bump actions/setup-java from v1 to v2 Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...8764a52) 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: Grzegorz Piwowarek <[email protected]>
1 parent f029eb2 commit cc47a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Setup JDK
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v2
2222
with:
23+
distribution: 'zulu'
2324
java-version: ${{ matrix.java }}
2425
architecture: ${{ matrix.architecture }}
2526

0 commit comments

Comments
 (0)