Skip to content

Commit 9dac812

Browse files
chore(deps): bump @actions/github from 5.0.1 to 5.0.3 (#15)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9d0040 commit 9dac812

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-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.9.0",
16-
"@actions/github": "^5.0.1",
16+
"@actions/github": "^5.0.3",
1717
"@actions/tool-cache": "^1.7.2"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
dependencies:
1717
"@actions/io" "^1.0.1"
1818

19-
"@actions/github@^5.0.1":
20-
version "5.0.1"
21-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
22-
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
19+
"@actions/github@^5.0.3":
20+
version "5.0.3"
21+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
22+
integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
2323
dependencies:
24-
"@actions/http-client" "^1.0.11"
24+
"@actions/http-client" "^2.0.1"
2525
"@octokit/core" "^3.6.0"
2626
"@octokit/plugin-paginate-rest" "^2.17.0"
2727
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2828

29-
"@actions/http-client@^1.0.11", "@actions/http-client@^1.0.8":
29+
"@actions/http-client@^1.0.8":
3030
version "1.0.11"
3131
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
3232
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==

0 commit comments

Comments
 (0)