diff --git a/.github/workflows/CI deploy.yml b/.github/workflows/CI deploy.yml index 59dfcd3..f8b1958 100644 --- a/.github/workflows/CI deploy.yml +++ b/.github/workflows/CI deploy.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up JDK 11 - uses: actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - java-version: 11 + distribution: 'temurin' + java-version: '17' - name: Checkout DBeaver uses: actions/checkout@v2 @@ -56,4 +56,4 @@ jobs: run: | git add * git commit -a -m "Update P2 repo." - git push origin p2-repository \ No newline at end of file + git push origin p2-repository