Skip to content

Commit a0c1869

Browse files
committed
Update dependency @actions/core to ^1.6.0
1 parent ba5d1b6 commit a0c1869

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/generates/pull-request-action#readme",
2828
"dependencies": {
29-
"@actions/core": "^1.2.6",
29+
"@actions/core": "^1.6.0",
3030
"@generates/logger": "0.1.2",
3131
"@octokit/request": "^5.4.14",
3232
"@sindresorhus/slugify": "^1.1.0",

yarn.lock

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

44

5-
"@actions/core@^1.2.6":
6-
version "1.2.6"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8-
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
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"
11+
12+
"@actions/http-client@^1.0.11":
13+
version "1.0.11"
14+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
15+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
16+
dependencies:
17+
tunnel "0.0.6"
918

1019
1120
version "7.12.11"
@@ -2809,6 +2818,11 @@ tty-table@^2.8.10:
28092818
wcwidth "^1.0.1"
28102819
yargs "^15.1.0"
28112820

2821+
2822+
version "0.0.6"
2823+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
2824+
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
2825+
28122826
type-check@^0.4.0, type-check@~0.4.0:
28132827
version "0.4.0"
28142828
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)