Skip to content

Commit 1334d36

Browse files
Merge pull request #408 from technote-space/release/next-v5.3.0
release: v5.3.1
2 parents 754cd7b + 7892cba commit 1334d36

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 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.0",
3+
"version": "5.3.1",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -44,7 +44,7 @@
4444
"@actions/github": "^5.0.1",
4545
"@octokit/openapi-types": "^11.2.0",
4646
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
47-
"@technote-space/github-action-log-helper": "^0.2.0",
47+
"@technote-space/github-action-log-helper": "^0.2.1",
4848
"shell-escape": "^0.2.0",
4949
"sprintf-js": "^1.1.2"
5050
},
@@ -53,7 +53,7 @@
5353
"@commitlint/config-conventional": "^16.2.1",
5454
"@rollup/plugin-typescript": "^8.3.2",
5555
"@sindresorhus/tsconfig": "^2.0.0",
56-
"@technote-space/github-action-test-helper": "^0.9.1",
56+
"@technote-space/github-action-test-helper": "^0.9.2",
5757
"@types/node": "^17.0.25",
5858
"@types/shell-escape": "^0.2.0",
5959
"@typescript-eslint/eslint-plugin": "^5.20.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -379,18 +379,18 @@
379379
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-2.0.0.tgz#610e1cb8ed4e1cb7ff0cb4cb8712cd607315c152"
380380
integrity sha512-1nsyWtFtPpVjEnNzp2rd03BVz84BYHeW7LNYvmcj3q4jAgJL2hl0XBp3WmDFFPjFLF3w+L0XEYqhjWUTU+TCzw==
381381

382-
"@technote-space/github-action-log-helper@^0.2.0":
383-
version "0.2.0"
384-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.0.tgz#2585675e56a839631b3e83feb29d20274b71cb11"
385-
integrity sha512-JhXmRcgihWl26CIsPhdUlHeBWtfUfKxyyHoHsHim5ZfcrhFzYyxjCDjwUOJV2Aw6PCubZlarBrrw6KWViEj65Q==
382+
"@technote-space/github-action-log-helper@^0.2.1":
383+
version "0.2.1"
384+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.1.tgz#5319d9f13add3bbaa75be9c1422cf9c986655b9f"
385+
integrity sha512-IakrjNmMiaYKOcrk/id+oqvGzGXofcIYlpCUngyzOyVrsXCd2o7b/8eTSHAknGg8o82lN6KLW99Su9iIJye3hg==
386386
dependencies:
387387
"@actions/core" "^1.6.0"
388388
sprintf-js "^1.1.2"
389389

390-
"@technote-space/github-action-test-helper@^0.9.1":
391-
version "0.9.1"
392-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.9.1.tgz#d04e9df48d26136e6135480104772f555ab4e120"
393-
integrity sha512-YtojhD4UK+l5wINJCyMNY8vewWlg/AH22KDqND/OwPr4K0wPvEbaqaCzjOJOWgs82LvU+kXgYOpDTPHCwYG6Yg==
390+
"@technote-space/github-action-test-helper@^0.9.2":
391+
version "0.9.2"
392+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.9.2.tgz#8721f18658136f3c8ce27819940293d0847daec5"
393+
integrity sha512-2kuw9cvI+sn768OAAtkIVZoPOqPZUptvsMlEURkG6mFWCtifzY0Qj52rzX9vuJWLEuwRu6JSldBiJnjepXmATQ==
394394
dependencies:
395395
"@actions/core" "^1.6.0"
396396
"@actions/github" "^5.0.1"

0 commit comments

Comments
 (0)