From 8f639be0ba5165349694886dc8da0b17b6ba2f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:02:13 +0000 Subject: [PATCH] Bump KyoriPowered/action-regex-match from 3 to 4 Bumps [KyoriPowered/action-regex-match](https://github.com/kyoripowered/action-regex-match) from 3 to 4. - [Release notes](https://github.com/kyoripowered/action-regex-match/releases) - [Commits](https://github.com/kyoripowered/action-regex-match/compare/v3...v4) --- updated-dependencies: - dependency-name: KyoriPowered/action-regex-match dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2948b6..41a389d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check Tag id: check-tag - uses: KyoriPowered/action-regex-match@v3 + uses: KyoriPowered/action-regex-match@v4 with: text: ${{ github.event.inputs.version }} regex: '^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'