Skip to content

Commit 649efaa

Browse files
Merge pull request #432 from technote-space/release/next-v5.3.12
release: v5.3.13
2 parents cd1b476 + a5b77fe commit 649efaa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "5.3.12",
3+
"version": "5.3.13",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@actions/core": "^1.10.0",
4747
"@actions/github": "^5.1.1",
48-
"@technote-space/github-action-log-helper": "^0.2.10",
48+
"@technote-space/github-action-log-helper": "^0.2.11",
4949
"shell-escape": "^0.2.0",
5050
"sprintf-js": "^1.1.2"
5151
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@
525525
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
526526
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
527527

528-
"@technote-space/github-action-log-helper@^0.2.10":
529-
version "0.2.10"
530-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.10.tgz#613af35526d79ca0040894c14c1bb32070ae2c87"
531-
integrity sha512-JTCdLDNqAijD8kXkRgVUIGX7lvxUiP+x6+jfNdpzEet2HhMovnoZkOxCdnV356SzxFDraG+sUXIAXtZFxL0zFA==
528+
"@technote-space/github-action-log-helper@^0.2.11":
529+
version "0.2.11"
530+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.11.tgz#cb017cef104edea9ace70d442423c8bd2cffab5c"
531+
integrity sha512-tyQ+plryKHPGoBs64Ka6g0xwxBzBqt68Rd41UdPA3L1j0U5fPNRtE/zg1Bwgpi+kHwi+1ZPdHWxZYdRy/6iw+g==
532532
dependencies:
533533
"@actions/core" "^1.10.0"
534534
sprintf-js "^1.1.2"

0 commit comments

Comments
 (0)