From 606705f0e7d6cfde19ab51b0ad9a05ecfec30ed4 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:11:47 +0000 Subject: [PATCH 1/2] Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e3477f2..7613af5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val zioSbtVersion = "0.6.0" +val zioSbtVersion = "0.6.1" val scalaNativeVersion = "0.5.12" addSbtPlugin(("dev.zio" % "zio-sbt-ecosystem" % zioSbtVersion).exclude("org.scala-native", "sbt-scala-native")) From b12ff9504cfbd69954a7bf319576b06423b9ad80 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:12:01 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt ciGenerateGithubWorkflow --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6adfd11..c9082ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: true steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Install libuv @@ -57,7 +57,7 @@ jobs: continue-on-error: false steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Install libuv @@ -110,7 +110,7 @@ jobs: - name: Cache Dependencies uses: coursier/cache-action@v8 - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Test @@ -119,10 +119,10 @@ jobs: name: Update README runs-on: ubuntu-latest continue-on-error: false - if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} + if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Install libuv @@ -198,7 +198,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Install libuv @@ -229,7 +229,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: Install libuv @@ -260,7 +260,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' - name: notify the main repo about the new release of docs package