Skip to content

Commit 6438259

Browse files
authored
Merge pull request #8118 from diffblue/dependabot/github_actions/jungwinter/split-2
Bump jungwinter/split from 1 to 2
2 parents 78a90e0 + dc03ebd commit 6438259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regular-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
outputs:
1313
version: ${{ steps.split-version.outputs._1 }}
1414
steps:
15-
- uses: jungwinter/split@v1
15+
- uses: jungwinter/split@v2
1616
id: split
1717
with:
1818
msg: ${{ github.ref }}
1919
seperator: '/'
20-
- uses: jungwinter/split@v1
20+
- uses: jungwinter/split@v2
2121
id: split-version
2222
with:
2323
msg: ${{ steps.split.outputs._2 }}

0 commit comments

Comments
 (0)