Bump @actions/github from 5.1.0 to 5.1.1 (#79)

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.0 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:development
  update-type: version-update:semver-patch
...

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>
This commit is contained in:
dependabot[bot] 2022-10-01 09:04:56 +05:30 committed by GitHub
parent 3685308c96
commit 8f1f4d7984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@tauri-apps/api": "1.1.0" "@tauri-apps/api": "1.1.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/github": "5.1.0", "@actions/github": "5.1.1",
"@tauri-apps/cli": "1.1.1", "@tauri-apps/cli": "1.1.1",
"node-fetch": "3.2.10" "node-fetch": "3.2.10"
}, },
@ -22,9 +22,9 @@
} }
}, },
"node_modules/@actions/github": { "node_modules/@actions/github": {
"version": "5.1.0", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz",
"integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",
@ -524,9 +524,9 @@
}, },
"dependencies": { "dependencies": {
"@actions/github": { "@actions/github": {
"version": "5.1.0", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz",
"integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",

View file

@ -18,7 +18,7 @@
"@tauri-apps/api": "1.1.0" "@tauri-apps/api": "1.1.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/github": "5.1.0", "@actions/github": "5.1.1",
"@tauri-apps/cli": "1.1.1", "@tauri-apps/cli": "1.1.1",
"node-fetch": "3.2.10" "node-fetch": "3.2.10"
} }