Skip to content

Commit cad2877

Browse files
authored
Merge pull request #2364 from flow-php/dependabot/github_actions/danharrin/monorepo-split-github-action-2.4.5
build(deps): bump danharrin/monorepo-split-github-action from 2.3.0 to 2.4.5
2 parents fe2c041 + fd0367e commit cad2877

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)