Skip to content

Commit 8573d61

Browse files
committed
Fix
1 parent db51b00 commit 8573d61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
- uses: actions/checkout@v2
3232

3333
- name: Set up JDK 21
34-
uses: actions/setup-java@v1
34+
uses: actions/setup-java@v3
3535
with:
3636
java-version: 21
37+
distribution: 'temurin'
3738

38-
# - name: Set up Go
39+
# - name: Set up Go
3940
# uses: actions/setup-go@v3
4041
# with:
4142
# go-version: 1.18

0 commit comments

Comments
 (0)