Skip to content

Commit 5bc5981

Browse files
committed
update actions/setup-java
1 parent cfc7f02 commit 5bc5981

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
- 3.0/swagger-example
2525
steps:
2626
- uses: actions/checkout@v2
27-
- name: Set up JDK 1.8
28-
uses: actions/setup-java@v1
27+
- name: Set up JDK
28+
uses: actions/setup-java@v3
2929
with:
3030
java-version: 11
31+
distribution: "temurin"
3132
- name: Run tests
3233
env:
3334
TEST_DIR: ${{ matrix.test_dir }}

0 commit comments

Comments
 (0)