Skip to content

Commit de9a185

Browse files
Bump @actions/github from 5.0.3 to 5.1.1 (#1232)
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.3 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cf3ec6 commit de9a185

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@actions/core": "1.10.0",
3939
"@actions/exec": "1.1.1",
40-
"@actions/github": "5.0.3",
40+
"@actions/github": "5.1.1",
4141
"@actions/io": "1.1.2"
4242
},
4343
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
dependencies:
1818
"@actions/io" "^1.0.1"
1919

20-
"@actions/github@5.0.3":
21-
version "5.0.3"
22-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
23-
integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
20+
"@actions/github@5.1.1":
21+
version "5.1.1"
22+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb"
23+
integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==
2424
dependencies:
2525
"@actions/http-client" "^2.0.1"
2626
"@octokit/core" "^3.6.0"

0 commit comments

Comments
 (0)