From 980059d221999895f3a27e07d134647bf92e1e22 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:34:53 +0200 Subject: [PATCH] Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.27 (#843) * Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.27 * re-generate ci.yml --------- Co-authored-by: Michael Nedokushev --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- project/plugins.sbt | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29922af5..b33db79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,19 +22,19 @@ jobs: continue-on-error: true steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Check all code compiles run: sbt +Test/compile - name: Check artifacts build process @@ -55,19 +55,19 @@ jobs: continue-on-error: false steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Check if the site workflow is up to date run: sbt ciCheckGithubWorkflow - name: Lint @@ -87,15 +87,15 @@ jobs: - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: ${{ matrix.java }} check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Test @@ -107,19 +107,19 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Generate Readme run: sbt docs/generateReadme - name: Commit Changes @@ -136,7 +136,7 @@ jobs: app_private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6 with: body: |- Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. @@ -181,19 +181,19 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Release run: sbt ci-release env: @@ -210,19 +210,19 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Setup Scala - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4 with: distribution: corretto java-version: '17' check-latest: true - name: Cache Dependencies - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6 - name: Setup NodeJs uses: actions/setup-node@v4 with: @@ -241,7 +241,7 @@ jobs: if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: notify the main repo about the new release of docs package diff --git a/project/plugins.sbt b/project/plugins.sbt index 9f317762..2572bf4b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val zioSbtVersion = "0.4.0-alpha.25" +val zioSbtVersion = "0.4.0-alpha.27" addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")