From dc03ebd27a0f68b0e115a2956839318b6c0bec82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:03:47 +0000 Subject: [PATCH] Bump jungwinter/split from 1 to 2 Bumps [jungwinter/split](https://github.com/jungwinter/split) from 1 to 2. - [Release notes](https://github.com/jungwinter/split/releases) - [Commits](https://github.com/jungwinter/split/compare/v1...v2) --- updated-dependencies: - dependency-name: jungwinter/split dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regular-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regular-release.yaml b/.github/workflows/regular-release.yaml index 88337985d10..c12cc07243f 100644 --- a/.github/workflows/regular-release.yaml +++ b/.github/workflows/regular-release.yaml @@ -12,12 +12,12 @@ jobs: outputs: version: ${{ steps.split-version.outputs._1 }} steps: - - uses: jungwinter/split@v1 + - uses: jungwinter/split@v2 id: split with: msg: ${{ github.ref }} seperator: '/' - - uses: jungwinter/split@v1 + - uses: jungwinter/split@v2 id: split-version with: msg: ${{ steps.split.outputs._2 }}