Skip to content

Commit fbbf52f

Browse files
actions/setup-java@v2 - migration
1 parent 9feb081 commit fbbf52f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
with:
2424
node-version: '12.x'
2525

26-
- uses: actions/setup-java@v2
26+
- uses: actions/setup-java@v2.0.0
2727
with:
28-
java-version: '1.8'
28+
distribution: 'adopt'
29+
java-version: '8'
30+
2931

3032
- run: npm version
3133
- run: npm ci

0 commit comments

Comments
 (0)