From 188ffc99783108db997eb72c585b7a7b331cc345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:34:28 +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.2. - [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.2) --- updated-dependencies: - dependency-name: danharrin/monorepo-split-github-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/monorepo-split.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monorepo-split.yml b/.github/workflows/monorepo-split.yml index a24f90732..08bd9911a 100644 --- a/.github/workflows/monorepo-split.yml +++ b/.github/workflows/monorepo-split.yml @@ -106,7 +106,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.2" with: package_directory: '${{ matrix.package.local_path }}' @@ -120,7 +120,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.2" with: tag: ${GITHUB_REF#refs/tags/}