From b15d527a9dd9bc59863238532300b85da7d5b3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:18:22 +0000 Subject: [PATCH] ci(deps): bump symplify/monorepo-split-github-action from 2.4.0 to 2.4.2 Bumps [symplify/monorepo-split-github-action](https://github.com/symplify/monorepo-split-github-action) from 2.4.0 to 2.4.2. - [Release notes](https://github.com/symplify/monorepo-split-github-action/releases) - [Commits](https://github.com/symplify/monorepo-split-github-action/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: symplify/monorepo-split-github-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-package-splitter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-package-splitter.yml b/.github/workflows/release-package-splitter.yml index 784a704d4..b73ac6724 100644 --- a/.github/workflows/release-package-splitter.yml +++ b/.github/workflows/release-package-splitter.yml @@ -178,7 +178,7 @@ jobs: # step if no tag is pushed - if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: "symplify/monorepo-split-github-action@v2.4.0" + uses: "symplify/monorepo-split-github-action@v2.4.2" with: package_directory: "${{ matrix.package.local_path }}" repository_organization: "HugoBlox"