Skip to content

Commit 402a0e6

Browse files
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](danharrin/monorepo-split-github-action@ac98452...14e42e2) --- 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] <support@github.com>
1 parent db31c33 commit 402a0e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monorepo-split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
# no tag
136136
-
137137
if: "!startsWith(github.ref, 'refs/tags/')"
138-
uses: danharrin/monorepo-split-github-action@ac9845270ef47266435b4f124b133a323619e738 # v2.3.0
138+
uses: danharrin/monorepo-split-github-action@14e42e2437f674b8987c1f50ca3689116aea1893 # v2.4.5
139139
with:
140140
package_directory: '${{ matrix.package.local_path }}'
141141

@@ -149,7 +149,7 @@ jobs:
149149
# with tag
150150
-
151151
if: "startsWith(github.ref, 'refs/tags/')"
152-
uses: danharrin/monorepo-split-github-action@ac9845270ef47266435b4f124b133a323619e738 # v2.3.0
152+
uses: danharrin/monorepo-split-github-action@14e42e2437f674b8987c1f50ca3689116aea1893 # v2.4.5
153153
with:
154154
tag: ${GITHUB_REF#refs/tags/}
155155

0 commit comments

Comments
 (0)