Skip to content

Commit

Permalink
Update CI deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Sep 29, 2023
1 parent 9bcbb4c commit 9fc36c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/setup-java@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
java-version: 17-ea
distribution: adopt

- name: Checkout DBeaver
uses: actions/checkout@v2
Expand Down

0 comments on commit 9fc36c8

Please sign in to comment.