mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 14:50:42 +01:00
Switch distrubution to temurin, use full semver (21.0.4) (#5704)
This commit is contained in:
parent
919789add2
commit
46d6256e39
12 changed files with 26 additions and 26 deletions
4
.github/workflows/Compile.yml
vendored
4
.github/workflows/Compile.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
.github/workflows/Linux_2.13_Node_Tests.yml
vendored
4
.github/workflows/Linux_2.13_Node_Tests.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
4
.github/workflows/Linux_2.13_RPC_Tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
4
.github/workflows/Mac_2.13_RPC_Tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
.github/workflows/PostgresTests.yml
vendored
4
.github/workflows/PostgresTests.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/Windows.yml
vendored
4
.github/workflows/Windows.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -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
|
||||
|
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue