Switch distrubution to temurin, use full semver (21.0.4) (#5704)

This commit is contained in:
Chris Stewart 2024-10-10 13:59:07 -05:00 committed by GitHub
parent 919789add2
commit 46d6256e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 26 additions and 26 deletions

View file

@ -19,8 +19,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -20,8 +20,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627 - name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt run: brew install sbt

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627 - name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt run: brew install sbt

View file

@ -18,8 +18,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627 - name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt run: brew install sbt

View file

@ -22,8 +22,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -23,8 +23,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v3

View file

@ -16,8 +16,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1

View file

@ -17,8 +17,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- uses: olafurpg/setup-gpg@v3 - uses: olafurpg/setup-gpg@v3
- run: sbt -J-Xmx2g ci-release docs/publishWebsite - run: sbt -J-Xmx2g ci-release docs/publishWebsite
@ -54,8 +54,8 @@ jobs:
- name: Setup Scala - name: Setup Scala
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'adopt' distribution: 'temurin'
java-version: '21' java-version: '21.0.4'
cache: 'sbt' cache: 'sbt'
- name: Get Previous tag - name: Get Previous tag
id: previoustag id: previoustag