⬆️ Bump action-input-parser from 1.2.29 to 1.2.30

Bumps [action-input-parser](https://github.com/BetaHuhn/action-input-parser) from 1.2.29 to 1.2.30.
- [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.29...v1.2.30)

---
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-21 22:10:40 +00:00 committed by GitHub
parent e3794634c5
commit 8ddff85a33
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

@ -663,9 +663,9 @@
"dev": true "dev": true
}, },
"action-input-parser": { "action-input-parser": {
"version": "1.2.29", "version": "1.2.30",
"resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.29.tgz", "resolved": "https://registry.npmjs.org/action-input-parser/-/action-input-parser-1.2.30.tgz",
"integrity": "sha512-O9y2TaYtyrmHJ/A3n7rC0m4ucQtkeSi6OmSpXqIBLcOU8ySd0OpKq3ar6JZyI7cowY4z1yF+1cn4VNCk6ix+Aw==", "integrity": "sha512-YaYzEWxdD3oCoxPpNu8ydFKulQbdaXhjYZ49MXelj7Zt2MoAB43ui8j6bC+300YgBL1aR2IsYgQ+CH/Pc3+yBA==",
"requires": { "requires": {
"dotenv": "^8.6.0" "dotenv": "^8.6.0"
} }

View File

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