From 277684cdfa79e162e803489a4e9be193c83b9340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:52:48 +0000 Subject: [PATCH] Bump KyoriPowered/action-regex-match from 4 to 5 Bumps [KyoriPowered/action-regex-match](https://github.com/kyoripowered/action-regex-match) from 4 to 5. - [Release notes](https://github.com/kyoripowered/action-regex-match/releases) - [Commits](https://github.com/kyoripowered/action-regex-match/compare/v4...v5) --- updated-dependencies: - dependency-name: KyoriPowered/action-regex-match dependency-version: '5' 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 c7eb959..8c94e27 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@v4 + uses: KyoriPowered/action-regex-match@v5 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-]+)*))?$'