Skip to content

Commit 2c7b1ae

Browse files
authored
Merge pull request #1 from linux-wizard/renovate/actions-core-1.x
Update dependency @actions/core to v1.6.0
2 parents d5645a4 + d62f73f commit 2c7b1ae

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Yuya Takeyama",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@actions/core": "1.5.0",
24+
"@actions/core": "1.6.0",
2525
"@actions/github": "4.0.0",
2626
"node-fetch": "3.0.0"
2727
},

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@1.5.0":
6-
version "1.5.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
8-
integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
5+
"@actions/core@1.6.0":
6+
version "1.6.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8+
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
9+
dependencies:
10+
"@actions/http-client" "^1.0.11"
911

1012
"@actions/github@4.0.0":
1113
version "4.0.0"
@@ -17,6 +19,13 @@
1719
"@octokit/plugin-paginate-rest" "^2.2.3"
1820
"@octokit/plugin-rest-endpoint-methods" "^4.0.0"
1921

22+
"@actions/http-client@^1.0.11":
23+
version "1.0.11"
24+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
25+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
26+
dependencies:
27+
tunnel "0.0.6"
28+
2029
"@actions/http-client@^1.0.8":
2130
version "1.0.9"
2231
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9.tgz#af1947d020043dbc6a3b4c5918892095c30ffb52"

0 commit comments

Comments
 (0)