Skip to content

Commit

Permalink
Update dependency simple-git to v3.16.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2023
1 parent 6c10f9c commit 4983ad9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6408,7 +6408,7 @@ var init_parse_push = __esm({
local
});
}),
new LineParser(/^[*-=]\s+([^:]+):(\S+)\s+\[(.+)]$/, (result, [local, remote, type]) => {
new LineParser(/^[=*-]\s+([^:]+):(\S+)\s+\[(.+)]$/, (result, [local, remote, type]) => {
result.pushed.push(pushResultPushedItem(local, remote, type));
}),
new LineParser(/^Branch '([^']+)' set up to track remote branch '([^']+)' from '([^']+)'/, (result, [local, remote, remoteName]) => {
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"extract-pr-titles": "1.1.0",
"simple-git": "3.16.0"
"simple-git": "3.16.1"
},
"devDependencies": {
"@vercel/ncc": "0.36.1",
Expand Down

0 comments on commit 4983ad9

Please sign in to comment.