Skip to content

Commit 4d25247

Browse files
chore(deps): bump @actions/github from 5.0.1 to 5.0.3
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.1 to 5.0.3. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52c53f9 commit 4d25247

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@actions/core": "^1.8.0",
16-
"@actions/github": "^5.0.0",
16+
"@actions/github": "^5.0.3",
1717
"glob": "^8.0.1",
1818
"semver": "^7.3.5"
1919
},

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
"@actions/http-client" "^1.0.11"
1111

12-
"@actions/github@^5.0.0":
13-
version "5.0.1"
14-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
15-
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
12+
"@actions/github@^5.0.3":
13+
version "5.0.3"
14+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
15+
integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
1616
dependencies:
17-
"@actions/http-client" "^1.0.11"
17+
"@actions/http-client" "^2.0.1"
1818
"@octokit/core" "^3.6.0"
1919
"@octokit/plugin-paginate-rest" "^2.17.0"
2020
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
@@ -26,6 +26,13 @@
2626
dependencies:
2727
tunnel "0.0.6"
2828

29+
"@actions/http-client@^2.0.1":
30+
version "2.0.1"
31+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
32+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
33+
dependencies:
34+
tunnel "^0.0.6"
35+
2936
"@gar/promisify@^1.1.3":
3037
version "1.1.3"
3138
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
@@ -2313,7 +2320,7 @@ tr46@~0.0.3:
23132320
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
23142321
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
23152322

2316-
tunnel@0.0.6:
2323+
tunnel@0.0.6, tunnel@^0.0.6:
23172324
version "0.0.6"
23182325
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
23192326
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==

0 commit comments

Comments
 (0)