Skip to content

Commit 0e7658d

Browse files
authored
Merge pull request #84 from xuwei-k/patch-1
update `actions/setup-java`
2 parents 4a20940 + 5bc5981 commit 0e7658d

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)