Skip to content

Commit d67cd68

Browse files
committed
version 1.0.2
1 parent b1bb194 commit d67cd68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v3
4040

41-
- uses: kaisugi/action-regex-match@v1.0.1
41+
- uses: kaisugi/action-regex-match@v1.0.2
4242
id: regex-match
4343
with:
4444
text: ${{ github.event.comment.body }}
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v3
6464

65-
- uses: kaisugi/action-regex-match@v1.0.1
65+
- uses: kaisugi/action-regex-match@v1.0.2
6666
id: regex-match
6767
with:
6868
text: ${{ github.event.comment.body }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-regex-match",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GitHub Action to do regex matching",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)