From d0c92c5ae7b377631abe447b695eb04e9835fb48 Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Wed, 19 Jul 2023 13:20:52 +0200 Subject: [PATCH] Update bob.yml --- .github/workflows/bob.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bob.yml b/.github/workflows/bob.yml index 07ebe64..90113fa 100644 --- a/.github/workflows/bob.yml +++ b/.github/workflows/bob.yml @@ -16,9 +16,10 @@ jobs: name: Build steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - java-version: '11.0.2' + java-version: '17.0.5+8' + distribution: 'temurin' - name: Get Defold version run: | @@ -48,9 +49,10 @@ jobs: name: Build steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - java-version: '11.0.2' + java-version: '17.0.5+8' + distribution: 'temurin' - name: Get Defold version run: |