Skip to content

Commit ed3aa8b

Browse files
Bump @actions/github from 5.0.1 to 5.1.1
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83693f5 commit ed3aa8b

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@actions/core": "^1.10.0",
25-
"@actions/github": "^5.0.1",
25+
"@actions/github": "^5.1.1",
2626
"js-yaml": "^4.1.0",
2727
"matcher": "^3.0.0"
2828
},

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,16 @@
1010
"@actions/http-client" "^2.0.1"
1111
uuid "^8.3.2"
1212

13-
"@actions/github@^5.0.1":
14-
version "5.0.1"
15-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
16-
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
13+
"@actions/github@^5.1.1":
14+
version "5.1.1"
15+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb"
16+
integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==
1717
dependencies:
18-
"@actions/http-client" "^1.0.11"
18+
"@actions/http-client" "^2.0.1"
1919
"@octokit/core" "^3.6.0"
2020
"@octokit/plugin-paginate-rest" "^2.17.0"
2121
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2222

23-
"@actions/http-client@^1.0.11":
24-
version "1.0.11"
25-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
26-
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
27-
dependencies:
28-
tunnel "0.0.6"
29-
3023
"@actions/http-client@^2.0.1":
3124
version "2.0.1"
3225
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
@@ -3565,7 +3558,7 @@ tsutils@^3.21.0:
35653558
dependencies:
35663559
tslib "^1.8.1"
35673560

3568-
tunnel@0.0.6, tunnel@^0.0.6:
3561+
tunnel@^0.0.6:
35693562
version "0.0.6"
35703563
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
35713564
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==

0 commit comments

Comments
 (0)