Skip to content

Commit f8aa5ee

Browse files
Merge pull request #434 from technote-space/release/next-v5.3.14
release: v5.3.15
2 parents 72e940f + 3e0538e commit f8aa5ee

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-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.14",
3+
"version": "5.3.15",
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.17",
48+
"@technote-space/github-action-log-helper": "^0.2.18",
4949
"shell-escape": "^0.2.0",
5050
"sprintf-js": "^1.1.2"
5151
},
@@ -54,7 +54,7 @@
5454
"@commitlint/config-conventional": "^17.6.3",
5555
"@rollup/plugin-typescript": "^11.1.1",
5656
"@sindresorhus/tsconfig": "^3.0.1",
57-
"@technote-space/github-action-test-helper": "^0.11.14",
57+
"@technote-space/github-action-test-helper": "^0.11.15",
5858
"@types/node": "^20.2.1",
5959
"@types/shell-escape": "^0.2.1",
6060
"@typescript-eslint/eslint-plugin": "^5.59.6",

yarn.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -574,20 +574,23 @@
574574
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
575575
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
576576

577-
"@technote-space/github-action-log-helper@^0.2.17":
578-
version "0.2.17"
579-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.17.tgz#d86dc9a01514f48570d955924f32b731193e50a6"
580-
integrity sha512-zVXLXNQP9cZwfjvOVPzqwDrWhXFooJ/7SasTSrbCtbIXiuLvDPDaVGR9c5hdDqyYEOAr1X1T5kLDKXnJ1HrCGg==
577+
"@technote-space/github-action-log-helper@^0.2.18":
578+
version "0.2.18"
579+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-log-helper/-/github-action-log-helper-0.2.18.tgz#3d716faf2b82deb80f22402ebf669adef806723d"
580+
integrity sha512-37UczJB83YAAbC99fhCmfQ0uAP0FVUgnajNRc/1Ra0hBeHFR2UBlZl75nD/PIhLHWBE9qwW9aGV7QWnmkCSQJA==
581581
dependencies:
582582
"@actions/core" "^1.10.0"
583583
sprintf-js "^1.1.2"
584584

585-
"@technote-space/github-action-test-helper@^0.11.14":
586-
version "0.11.14"
587-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.11.14.tgz#225cf9c2937d2fe4c193543cd30d95eb0503d5fe"
588-
integrity sha512-YS1xiVqQNF5+oIfC3Q7sBOjpXoFy3rQTFAXAVwpX3GInjluMnfSytUezUXixp/3S7IcrOR17MY+BaWWCj9kLQg==
585+
"@technote-space/github-action-test-helper@^0.11.15":
586+
version "0.11.15"
587+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.11.15.tgz#915a700cc489265a48b0ff99ed0081d89909d565"
588+
integrity sha512-eCWdWACijBwKAOnpdjNHTWxAtvUKh+W0Vhm4zI+sqciPyeDhmvtXaMXnhUJSguazUWnt47yHJiW/b77LP6CUfg==
589589
dependencies:
590+
"@actions/core" "^1.10.0"
591+
"@actions/github" "^5.1.1"
590592
js-yaml "4.1.0"
593+
vitest "^0.31.1"
591594

592595
"@tsconfig/node10@^1.0.7":
593596
version "1.0.9"

0 commit comments

Comments
 (0)