Skip to content

Commit 5018340

Browse files
fix(deps): update dependency @actions/github to v5.1.0 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13222fe commit 5018340

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"@actions/core": "1.9.1",
71-
"@actions/github": "5.0.3",
71+
"@actions/github": "5.1.0",
7272
"node-fetch": "2.6.7"
7373
}
7474
}

yarn.lock

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

13-
"@actions/github@5.0.3":
14-
version "5.0.3"
15-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
16-
integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
13+
"@actions/github@5.1.0":
14+
version "5.1.0"
15+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.0.tgz#573fdba52b7b739b68f891f39eacfdd966a22b90"
16+
integrity sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==
1717
dependencies:
1818
"@actions/http-client" "^2.0.1"
1919
"@octokit/core" "^3.6.0"

0 commit comments

Comments
 (0)