From 219708922dff734da9cb17d299ee893f0c8d666b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:43:32 +0000 Subject: [PATCH] chore(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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a38885..ddf4a55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: needs: on-success steps: - name: check pull_request title - uses: kaisugi/action-regex-match@v1.0.0 + uses: kaisugi/action-regex-match@v1.0.1 id: regex-match with: text: ${{ github.event.client_payload.pull_request.title }}