⬆️ Bump action-input-parser from 1.2.27 to 1.2.28

Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.27 to 1.2.28.
- [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.27...v1.2.28)

---
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] 2022-03-07 22:09:24 +00:00 committed by GitHub
parent 6b0863baea
commit c17e3fcd5a
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

@ -655,9 +655,9 @@
"dev": true
},
"action-input-parser": {
"version": "1.2.27",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.27.tgz",
"integrity": "sha512-+HitkKAu8fK5kAJSEv/x+8IAXgNzY9Hpzi/mtTQqyV/itn/rqLJBo+IRAUUP3HBm72fkjlhR5rWSe1UwXJ9orQ==",
"version": "1.2.28",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.28.tgz",
"integrity": "sha512-PwFixrGLsSfLyvnqx0kQ/7jO6PoVN5KAI0lLnVta6XT4OaeWbU4oIiTN0HBqGmvsCHY0Ep0FhpMHoXfAK/lPGw==",
"requires": {
"dotenv": "^8.6.0"
}

View File

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