Skip to content

Commit d8ed5a9

Browse files
committed
CI
1 parent a218563 commit d8ed5a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
with:
1818
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v3
2121
with:
2222
java-version: 17
23+
distribution: oracle
2324
- name: release gradle
2425
run: |
2526
git config --local user.email "jooq-async-github-actions@users.noreply.github.com"

0 commit comments

Comments
 (0)