Updated GitHub dependencies to restore checks functionality (#159)

* Fix checks

* Update packages
This commit is contained in:
David Finol
2022-01-11 07:44:47 -06:00
committed by GitHub
parent 6b2660eabd
commit aa7a119f32
6 changed files with 343 additions and 534 deletions

View File

@@ -15,9 +15,9 @@
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/openapi-types": "^11.2.0",
"handlebars": "^4.7.7",
"xml-js": "^1.6.11"