Skip to content

Commit 3de87da

Browse files
authored
Merge pull request #175 from crazy-max/dependabot/npm_and_yarn/actions/github-5.1.1
Bump @actions/github from 5.0.1 to 5.1.1
2 parents 83693f5 + 4fafb70 commit 3de87da

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

dist/index.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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

+6-13
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)