-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update/pekko-connectors-cassandra-1.1.0
- Loading branch information
Showing
7 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,13 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
- name: Check scalafmt | ||
run: sbt 'scalafmtCheckAll' # https://scalameta.org/scalafmt/docs/installation.html#task-keys | ||
|
||
|
@@ -87,11 +89,13 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
|
||
- name: Build modules | ||
run: | | ||
|
@@ -110,11 +114,13 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: '11' | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
- run: | | ||
sbt ++2.12.x -Dquill.scala.version=2.12.x -Dquill.macro.log=false ci-release | ||
sbt ++2.13.x -Dquill.scala.version=2.13.x -Dquill.macro.log=false ci-release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,13 @@ jobs: | |
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
- name: Check if the README file is up to date | ||
run: sbt docs/checkReadme | ||
- name: Check if the site workflow is up to date | ||
|
@@ -43,11 +45,13 @@ jobs: | |
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
- name: Setup NodeJs | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -68,11 +72,13 @@ jobs: | |
ref: ${{ github.head_ref }} | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.5.0 | ||
uses: actions/setup-java@v4.6.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
check-latest: true | ||
- name: Setup sbt | ||
uses: sbt/setup-sbt@v1 | ||
- name: Generate Readme | ||
run: sbt docs/generateReadme | ||
- name: Commit Changes | ||
|
@@ -82,7 +88,7 @@ jobs: | |
git add README.md | ||
git commit -m "Update README.md" || echo "No changes to commit" | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].5 | ||
uses: peter-evans/[email protected].6 | ||
with: | ||
body: |- | ||
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.10.6 | ||
sbt.version=1.10.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters