Bump @actions/github from 2.2.0 to 5.0.0 (#161)

* Bump @actions/github from 2.2.0 to 5.0.0

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 2.2.0 to 5.0.0.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update licensed cache

* Code changes to support github 5.0

* regenerate dist/index

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com>
This commit is contained in:
dependabot[bot]
2021-06-21 11:39:52 -04:00
committed by GitHub
parent ab9fdb72f1
commit 9b2da75f4b
52 changed files with 2137 additions and 22803 deletions

View File

@@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^2.2.0",
"@actions/github": "^5.0.0",
"js-yaml": "^4.1.0",
"minimatch": "^3.0.4"
},