Skip to content

Commit f12cb5e

Browse files
Bump symplify/monorepo-split-github-action from 2.4.0 to 2.4.4
Bumps [symplify/monorepo-split-github-action](https://github.com/symplify/monorepo-split-github-action) from 2.4.0 to 2.4.4. - [Release notes](https://github.com/symplify/monorepo-split-github-action/releases) - [Commits](danharrin/monorepo-split-github-action@v2.4.0...v2.4.4) --- updated-dependencies: - dependency-name: symplify/monorepo-split-github-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7ecfc1 commit f12cb5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/monorepo-split-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fi
108108
109109
- if: ${{ !startsWith(github.ref, 'refs/tags/') }}
110-
uses: "symplify/monorepo-split-github-action@v2.4.0"
110+
uses: "symplify/monorepo-split-github-action@v2.4.4"
111111
with:
112112
tag: ${GITHUB_REF#refs/tags/}
113113

.github/workflows/monorepo-split-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020

2121
- if: "!startsWith(github.ref, 'refs/tags/')"
22-
uses: "symplify/monorepo-split-github-action@v2.4.0"
22+
uses: "symplify/monorepo-split-github-action@v2.4.4"
2323
with:
2424
tag: ${GITHUB_REF#refs/tags/}
2525

.github/workflows/split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
echo "Stability: $STABILITY"
157157
158158
- name: Split package to separate repository
159-
uses: symplify/monorepo-split-github-action@v2.4.0
159+
uses: symplify/monorepo-split-github-action@v2.4.4
160160
env:
161161
GITHUB_TOKEN: ${{ github.event.inputs.user_token != '' && github.event.inputs.user_token || secrets.BOT }}
162162
with:

0 commit comments

Comments
 (0)