Skip to content

Commit

Permalink
Bump KyoriPowered/action-regex-match from 3 to 4
Browse files Browse the repository at this point in the history
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](KyoriPowered/action-regex-match@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 3f410f0 commit 8f639be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-]+)*))?$'
Expand Down

0 comments on commit 8f639be

Please sign in to comment.