From 46bcc8a6f806b59b8d910a5f70cfa7513c252b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:26:35 +0000 Subject: [PATCH] ci(deps): bump symplify/monorepo-split-github-action from 2.4.4 to 2.4.5 Bumps [symplify/monorepo-split-github-action](https://github.com/symplify/monorepo-split-github-action) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/symplify/monorepo-split-github-action/releases) - [Commits](https://github.com/symplify/monorepo-split-github-action/compare/v2.4.4...v2.4.5) --- updated-dependencies: - dependency-name: symplify/monorepo-split-github-action dependency-version: 2.4.5 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 d33ec916a..4f601ce61 100644 --- a/.github/workflows/release-package-splitter.yml +++ b/.github/workflows/release-package-splitter.yml @@ -173,7 +173,7 @@ jobs: # step if no tag is pushed - if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: "symplify/monorepo-split-github-action@v2.4.4" + uses: "symplify/monorepo-split-github-action@v2.4.5" with: package_directory: "${{ matrix.package.local_path }}" repository_organization: "HugoBlox"