From fd0367eb86932297edd4d5c11adb89ed38474dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:44:49 +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.5. - [Release notes](https://github.com/danharrin/monorepo-split-github-action/releases) - [Commits](https://github.com/danharrin/monorepo-split-github-action/compare/ac9845270ef47266435b4f124b133a323619e738...14e42e2437f674b8987c1f50ca3689116aea1893) --- updated-dependencies: - dependency-name: danharrin/monorepo-split-github-action dependency-version: 2.4.5 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 4cdcfee7b..09eaf74ef 100644 --- a/.github/workflows/monorepo-split.yml +++ b/.github/workflows/monorepo-split.yml @@ -135,7 +135,7 @@ jobs: # no tag - if: "!startsWith(github.ref, 'refs/tags/')" - uses: danharrin/monorepo-split-github-action@ac9845270ef47266435b4f124b133a323619e738 # v2.3.0 + uses: danharrin/monorepo-split-github-action@14e42e2437f674b8987c1f50ca3689116aea1893 # v2.4.5 with: package_directory: '${{ matrix.package.local_path }}' @@ -149,7 +149,7 @@ jobs: # with tag - if: "startsWith(github.ref, 'refs/tags/')" - uses: danharrin/monorepo-split-github-action@ac9845270ef47266435b4f124b133a323619e738 # v2.3.0 + uses: danharrin/monorepo-split-github-action@14e42e2437f674b8987c1f50ca3689116aea1893 # v2.4.5 with: tag: ${GITHUB_REF#refs/tags/}