-
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.24 (#1194)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: jules Ivanic <[email protected]>
- Loading branch information
1 parent
83bda0e
commit 94348d2
Showing
2 changed files
with
14 additions
and
14 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,13 +29,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Check all code compiles | ||
run: sbt +Test/compile | ||
- name: Check artifacts build process | ||
|
@@ -54,13 +54,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Check if the site workflow is up to date | ||
run: sbt ciCheckGithubWorkflow | ||
- name: Lint | ||
|
@@ -80,13 +80,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: ${{ matrix.java }} | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Git Checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -106,13 +106,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Generate Readme | ||
run: sbt docs/generateReadme | ||
- name: Commit Changes | ||
|
@@ -129,7 +129,7 @@ jobs: | |
app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v5.0.2 | ||
uses: peter-evans/create-pull-request@v6.0.1 | ||
with: | ||
body: |- | ||
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. | ||
|
@@ -180,13 +180,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Release | ||
run: sbt ci-release | ||
env: | ||
|
@@ -209,13 +209,13 @@ jobs: | |
- name: Install libuv | ||
run: sudo apt-get update && sudo apt-get install -y libuv1-dev | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.0.0 | ||
uses: actions/setup-java@v4.1.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
check-latest: true | ||
- name: Cache Dependencies | ||
uses: coursier/[email protected].4 | ||
uses: coursier/[email protected].5 | ||
- name: Setup NodeJs | ||
uses: actions/setup-node@v4 | ||
with: | ||
|
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