Skip to content

Commit 347128d

Browse files
Merge pull request #245 from technote-space/release/v1.1.6
release/v1.1.6
2 parents 87d5818 + 60d7489 commit 347128d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
@@ -32,7 +32,7 @@
3232
"sprintf-js": "^1.1.2"
3333
},
3434
"devDependencies": {
35-
"@technote-space/github-action-test-helper": "^0.2.3",
35+
"@technote-space/github-action-test-helper": "^0.2.4",
3636
"@types/jest": "^25.1.3",
3737
"@types/node": "^13.7.4",
3838
"@typescript-eslint/eslint-plugin": "^2.20.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee"
88
integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==
99

10-
"@actions/github@^2.1.0", "@actions/github@^2.1.1":
10+
"@actions/github@^2.1.1":
1111
version "2.1.1"
1212
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.1.tgz#bcabedff598196d953f58ba750d5e75549a75142"
1313
integrity sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==
@@ -450,12 +450,12 @@
450450
dependencies:
451451
type-detect "4.0.8"
452452

453-
"@technote-space/github-action-test-helper@^0.2.3":
454-
version "0.2.3"
455-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.3.tgz#44c5b41043ca290d36176e6adb04ad9b069bddd9"
456-
integrity sha512-D8am820P+975Ogg9/iiNzFTsgRbjkG46/fsBIf+jPoVnZAsUgv+q6uIyhO6O3Ame9pvN6VCN5dJm4hGo3NQpog==
453+
"@technote-space/github-action-test-helper@^0.2.4":
454+
version "0.2.4"
455+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.4.tgz#9ff122c173caed66d7d1a7c98136f397e876e5de"
456+
integrity sha512-yU+KbfZ8+nn6uwMK0TN8W+PoyM2zS8x0lYABVS+077wqLubLIs5PQyFRggNOZPVg51aRWFI1if87VG7QBuan8Q==
457457
dependencies:
458-
"@actions/github" "^2.1.0"
458+
"@actions/github" "^2.1.1"
459459
js-yaml "^3.13.1"
460460

461461
"@types/babel__core@^7.1.0":

0 commit comments

Comments
 (0)