Skip to content

Commit

Permalink
Update dependency simple-git to v3.20.0 (#80)
Browse files Browse the repository at this point in the history
* Update dependency simple-git to v3.20.0

* Update dist

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sqbot <[email protected]>
  • Loading branch information
renovate[bot] and sqbot authored Oct 10, 2023
1 parent 0fde3dd commit 5223394
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6073,7 +6073,7 @@ function parseLogOptions(opt = {}, customArgs = []) {
suffix.push(`${opt.from || ""}${rangeOperator}${opt.to || ""}`);
}
if (filterString(opt.file)) {
suffix.push("--follow", opt.file);
command.push("--follow", pathspec(opt.file));
}
appendTaskOptions(userOptions(opt), command);
return {
Expand Down Expand Up @@ -6110,6 +6110,7 @@ var excludeOptions;
var init_log = __esm({
"src/lib/tasks/log.ts"() {
init_log_format();
init_pathspec();
init_parse_list_log_summary();
init_utils();
init_task();
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.1",
"extract-pr-titles": "1.1.0",
"simple-git": "3.19.1"
"simple-git": "3.20.0"
},
"devDependencies": {
"@vercel/ncc": "0.38.0",
Expand Down

0 comments on commit 5223394

Please sign in to comment.