You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to actions/checkout@v4 (no with configuration), we see1show-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.