After upgrading to actions/checkout@v4 (no with configuration), we see1 show-progress: true listed in the logs, but git fetch is run without the --progress flag.
I think this is not the intended behavior of #1067, which says
Note that the default value of this new option is true, which matches the current behavior, so this PR introduces no behavior change unless the new option is explicitly present and set to false.
After upgrading to actions/checkout@v4 (no
withconfiguration), we see1show-progress: truelisted in the logs, butgit fetchis run without the--progressflag.I think this is not the intended behavior of #1067, which says
Footnotes
https://github.com/rubocop/rubocop-rspec/actions/runs/6076842370/job/16485526462 ↩