-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.25 (#1200)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7f876c1
commit 0c9255e
Showing
4 changed files
with
13 additions
and
13 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
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,7 +29,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: ${{ matrix.java }} | ||
|
@@ -106,7 +106,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -129,7 +129,7 @@ jobs: | |
app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/[email protected].1 | ||
uses: peter-evans/[email protected].2 | ||
with: | ||
body: |- | ||
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. | ||
|
@@ -180,7 +180,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -209,7 +209,7 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.1.0 | ||
uses: actions/setup-java@v4.2.1 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
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