Skip to content

Commit 0fa0e93

Browse files
Bump danharrin/monorepo-split-github-action from 2.3.0 to 2.4.0
Bumps [danharrin/monorepo-split-github-action](https://github.com/danharrin/monorepo-split-github-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/danharrin/monorepo-split-github-action/releases) - [Commits](danharrin/monorepo-split-github-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: danharrin/monorepo-split-github-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ffb8b6 commit 0fa0e93

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
@@ -94,7 +94,7 @@ jobs:
9494
# no tag
9595
-
9696
if: "!startsWith(github.ref, 'refs/tags/')"
97-
uses: "danharrin/monorepo-split-github-action@v2.3.0"
97+
uses: "danharrin/monorepo-split-github-action@v2.4.0"
9898
with:
9999
package_directory: '${{ matrix.package.local_path }}'
100100

@@ -108,7 +108,7 @@ jobs:
108108
# with tag
109109
-
110110
if: "startsWith(github.ref, 'refs/tags/')"
111-
uses: "danharrin/monorepo-split-github-action@v2.3.0"
111+
uses: "danharrin/monorepo-split-github-action@v2.4.0"
112112
with:
113113
tag: ${GITHUB_REF#refs/tags/}
114114

0 commit comments

Comments
 (0)