From b51757054f61dbf5b161aae3b866b75f8de81026 Mon Sep 17 00:00:00 2001 From: Bocher Date: Fri, 29 Sep 2023 15:35:49 +0200 Subject: [PATCH] Update CI deploy.yml --- .github/workflows/CI deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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