Compare commits
28
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ccc235c6d | ||
|
|
9d24b58739 | ||
|
|
af84eba61e | ||
|
|
385e1ed722 | ||
|
|
336e5e4ce8 | ||
|
|
299d3dd2ec | ||
|
|
8251d0edc0 | ||
|
|
2a53a08370 | ||
|
|
6664f1646a | ||
|
|
ec8e458bdc | ||
|
|
2487627b27 | ||
|
|
71b35793b1 | ||
|
|
4cb65fcdd9 | ||
|
|
77a6cb490e | ||
|
|
a54ac04ab9 | ||
|
|
a4539ea36c | ||
|
|
4e40c6dfc0 | ||
|
|
31035de89b | ||
|
|
bc0e8f3536 | ||
|
|
ba1126827e | ||
|
|
a1a0cc7ebf | ||
|
|
d8025e51e1 | ||
|
|
8fe3522c0b | ||
|
|
05f407f4ff | ||
|
|
429adbf862 | ||
|
|
3c38dcfe1f | ||
|
|
d87ca655a9 | ||
|
|
717b6fd18b |
@@ -1,7 +1,5 @@
|
|||||||
# @actions/github Releases
|
# @actions/github Releases
|
||||||
|
|
||||||
### 5.0.1
|
|
||||||
- [Update Octokit Dependencies](https://github.com/actions/toolkit/pull/1037)
|
|
||||||
### 5.0.0
|
### 5.0.0
|
||||||
- [Update @actions/github to include latest octokit definitions](https://github.com/actions/toolkit/pull/783)
|
- [Update @actions/github to include latest octokit definitions](https://github.com/actions/toolkit/pull/783)
|
||||||
- [Add urls to context](https://github.com/actions/toolkit/pull/794)
|
- [Add urls to context](https://github.com/actions/toolkit/pull/794)
|
||||||
|
|||||||
Generated
+6956
-114
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@actions/github",
|
"name": "@actions/github",
|
||||||
"version": "5.0.1",
|
"version": "5.0.0",
|
||||||
"description": "Actions github lib",
|
"description": "Actions github lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
@@ -39,9 +39,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/http-client": "^1.0.11",
|
"@actions/http-client": "^1.0.11",
|
||||||
"@octokit/core": "^3.6.0",
|
"@octokit/core": "^3.4.0",
|
||||||
"@octokit/plugin-paginate-rest": "^2.17.0",
|
"@octokit/plugin-paginate-rest": "^2.13.3",
|
||||||
"@octokit/plugin-rest-endpoint-methods": "^5.13.0"
|
"@octokit/plugin-rest-endpoint-methods": "^5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"proxy": "^1.0.2"
|
"proxy": "^1.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user