diff --git a/package.json b/package.json index d900d64..018f423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-pr-helper", - "version": "1.11.5", + "version": "1.11.6", "description": "PullRequest Helper for GitHub Actions.", "keywords": [ "github", @@ -37,7 +37,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@technote-space/filter-github-action": "^0.5.7", - "@technote-space/github-action-helper": "^4.3.0", + "@technote-space/github-action-helper": "^4.3.1", "moment": "^2.29.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6dcf76e..82fd193 100644 --- a/yarn.lock +++ b/yarn.lock @@ -772,10 +772,10 @@ "@actions/core" "^1.2.6" "@actions/github" "^4.0.0" -"@technote-space/github-action-helper@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.3.0.tgz#9c73bf822d9f8818cbf23140a3d46346ed3de505" - integrity sha512-EUoHQoY3GYdFllWjl/j6a0oOZDpFkBkDhZwUoKK/F43Fg4NBSETMjz1AU5456AlWOAC+gzVp77G4ZCJCz7VQug== +"@technote-space/github-action-helper@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-4.3.1.tgz#e079ae025b174bc77de07a03d698361f29a43dbf" + integrity sha512-hYfo9Oxx/mX114AJy66p75B8wK69/59f7wIfAh8Ck4Jnv22LtRFMUgkRwnD9+q1ob777UwBqFcykXOSYdHfKQg== dependencies: "@actions/core" "^1.2.6" "@actions/github" "^4.0.0"