diff --git a/.github/workflows/Compile.yml b/.github/workflows/Compile.yml index 7d6095e70b..85b4ac1eeb 100644 --- a/.github/workflows/Compile.yml +++ b/.github/workflows/Compile.yml @@ -19,8 +19,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Linux_2.13_App_Chain_Core_Tests.yml b/.github/workflows/Linux_2.13_App_Chain_Core_Tests.yml index 093f5ac3cc..f68362e6bb 100644 --- a/.github/workflows/Linux_2.13_App_Chain_Core_Tests.yml +++ b/.github/workflows/Linux_2.13_App_Chain_Core_Tests.yml @@ -20,8 +20,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml b/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml index e9b6835951..e91942793e 100644 --- a/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml +++ b/.github/workflows/Linux_2.13_KeyManager_Wallet_DLC_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Linux_2.13_Node_Tests.yml b/.github/workflows/Linux_2.13_Node_Tests.yml index df8a1dbb92..32a9f8db0d 100644 --- a/.github/workflows/Linux_2.13_Node_Tests.yml +++ b/.github/workflows/Linux_2.13_Node_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Linux_2.13_RPC_Tests.yml b/.github/workflows/Linux_2.13_RPC_Tests.yml index 384641b4ac..782695af54 100644 --- a/.github/workflows/Linux_2.13_RPC_Tests.yml +++ b/.github/workflows/Linux_2.13_RPC_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml b/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml index 12648444b9..86c16bf7f8 100644 --- a/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml +++ b/.github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: install sbt as workaround https://github.com/actions/setup-java/issues/627 run: brew install sbt diff --git a/.github/workflows/Mac_2.13_RPC_Tests.yml b/.github/workflows/Mac_2.13_RPC_Tests.yml index a148520394..37572045d2 100644 --- a/.github/workflows/Mac_2.13_RPC_Tests.yml +++ b/.github/workflows/Mac_2.13_RPC_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: install sbt as workaround https://github.com/actions/setup-java/issues/627 run: brew install sbt diff --git a/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml b/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml index be21707c06..12b14b7ae9 100644 --- a/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml +++ b/.github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml @@ -18,8 +18,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: install sbt as workaround https://github.com/actions/setup-java/issues/627 run: brew install sbt diff --git a/.github/workflows/PostgresTests.yml b/.github/workflows/PostgresTests.yml index 7efd0ec0c0..b1302fe651 100644 --- a/.github/workflows/PostgresTests.yml +++ b/.github/workflows/PostgresTests.yml @@ -22,8 +22,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 314e47c04b..9450c31799 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -23,8 +23,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Cache uses: actions/cache@v3 diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f27bb02a87..2bd931bd8b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -16,8 +16,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Login to Docker Hub uses: docker/login-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15c7d8b286..0358cc2e83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - uses: olafurpg/setup-gpg@v3 - run: sbt -J-Xmx2g ci-release docs/publishWebsite @@ -54,8 +54,8 @@ jobs: - name: Setup Scala uses: actions/setup-java@v3 with: - distribution: 'adopt' - java-version: '21' + distribution: 'temurin' + java-version: '21.0.4' cache: 'sbt' - name: Get Previous tag id: previoustag