⬆️ Bump action-input-parser from 1.2.13 to 1.2.14

Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.13 to 1.2.14.
- [Release notes](https://github.com/BetaHuhn/action-input-parser/releases)
- [Changelog](https://github.com/BetaHuhn/action-input-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.13...v1.2.14)

---
updated-dependencies:
- dependency-name: action-input-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 22:04:55 +00:00 committed by GitHub
parent b173a31253
commit daa09dd324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -609,9 +609,9 @@
"dev": true
},
"action-input-parser": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.13.tgz",
"integrity": "sha512-ikH+DRnNWjhj2iLat1KfFCe67v1gMjrIkOyy3YkSsTTAkiKOin3b6Gx5hluvM7OXpocheUFtEoXb/G+58SMIHg==",
"version": "1.2.14",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.14.tgz",
"integrity": "sha512-pSn751rpBV4pvaxkoKHN1MGc8rOss0DxUz/cKcAkVWzd1mdV7b5fQxZ4yLQ0gESre6Zwk+z4Gv1OeE4ePrOISw==",
"requires": {
"dotenv": "^8.6.0"
}

View File

@ -31,7 +31,7 @@
"@actions/github": "^5.0.0",
"@octokit/plugin-throttling": "^3.5.1",
"@putout/git-status-porcelain": "^1.1.0",
"action-input-parser": "^1.2.13",
"action-input-parser": "^1.2.14",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"node-readfiles": "^0.2.0"