From 08b2b933e49d1761a492026dad2a2fd6330b353d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:39:44 +0000 Subject: [PATCH] build(deps): bump danharrin/monorepo-split-github-action Bumps [danharrin/monorepo-split-github-action](https://github.com/danharrin/monorepo-split-github-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/danharrin/monorepo-split-github-action/releases) - [Commits](https://github.com/danharrin/monorepo-split-github-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: danharrin/monorepo-split-github-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/split.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index a79b538..a0416d5 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -75,7 +75,7 @@ jobs: # no tag - if: "!startsWith(github.ref, 'refs/tags/')" - uses: "danharrin/monorepo-split-github-action@v2.3.0" + uses: "danharrin/monorepo-split-github-action@v2.4.0" with: package_directory: 'packages/${{ matrix.package.local_path }}' @@ -90,7 +90,7 @@ jobs: # with tag - if: "startsWith(github.ref, 'refs/tags/')" - uses: "danharrin/monorepo-split-github-action@v2.3.0" + uses: "danharrin/monorepo-split-github-action@v2.4.0" with: tag: ${GITHUB_REF#refs/tags/}