Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): Bump kaisugi/action-regex-match from 1.0.0 to 1.0.1 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(deps): Bump kaisugi/action-regex-match from 1.0.0 to 1.0.1
Bumps [kaisugi/action-regex-match](https://github.com/kaisugi/action-regex-match) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/kaisugi/action-regex-match/releases)
- [Commits](kaisugi/action-regex-match@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: kaisugi/action-regex-match
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 21, 2024
commit 1d3c48bb8fbe29f0acca6c36b1586d79388941b5
2 changes: 1 addition & 1 deletion .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ jobs:
exit 1
- id: version
name: Get release version
uses: kaisugi/[email protected].0
uses: kaisugi/[email protected].1
with:
regex: ${{ vars.RELEASE_CHORE_REGEX }}
text: ${{ github.event.head_commit.message }}