From 27b415f05c886e764bf4730f9b04d498ff0577b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:11:37 +0000 Subject: [PATCH] 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](https://github.com/kaisugi/action-regex-match/compare/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] --- .github/workflows/release-chore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 948af60..d1656cf 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -72,7 +72,7 @@ jobs: exit 1 - id: version name: Get release version - uses: kaisugi/action-regex-match@v1.0.0 + uses: kaisugi/action-regex-match@v1.0.1 with: regex: ${{ vars.RELEASE_CHORE_REGEX }} text: ${{ github.event.head_commit.message }}