Skip to content

Commit 6f1c46e

Browse files
Merge pull request #21 from technote-space/dependabot/npm_and_yarn/actions/github-1.1.0
chore(deps): bump @actions/github from 1.0.0 to 1.1.0
2 parents 7c09048 + 5fd526d commit 6f1c46e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"main": "lib/main.js",
2020
"dependencies": {
2121
"@actions/core": "^1.1.0",
22-
"@actions/github": "^1.0.0",
22+
"@actions/github": "^1.1.0",
2323
"signale": "^1.4.0"
2424
},
2525
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.1.0.tgz#25c3aff43a20f9c5a04e2a3439898a49ba8d3625"
88
integrity sha512-KKpo3xzo0Zsikni9tbOsEQkxZBGDsYSJZNkTvmo0gPSXrc98TBOcdTvKwwjitjkjHkreTggWdB1ACiAFVgsuzA==
99

10-
"@actions/github@^1.0.0":
11-
version "1.0.0"
12-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-1.0.0.tgz#5154cadd93c4b17217f56304ee27056730b8ae88"
13-
integrity sha512-PPbWZ5wFAD/Vr+RCECfR3KNHjTwYln4liJBihs9tQUL0/PCFqB2lSkIh9V94AcZFHxgKk8snImjuLaBE8bKR7A==
10+
"@actions/github@^1.1.0":
11+
version "1.1.0"
12+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-1.1.0.tgz#06f34e6b0cf07eb2b3641de3e680dbfae6bcd400"
13+
integrity sha512-cHf6PyoNMdei13jEdGPhKprIMFmjVVW/dnM5/9QmQDJ1ZTaGVyezUSCUIC/ySNLRvDUpeFwPYMdThSEJldSbUw==
1414
dependencies:
1515
"@octokit/graphql" "^2.0.1"
1616
"@octokit/rest" "^16.15.0"

0 commit comments

Comments
 (0)