e59d3a010b
`actions/checkout@v4` already runs with `fetch-depth: 0`, which pulls every branch and tag — origin/<base_ref> is therefore present locally and the explicit fetch is redundant. The flag value `--depth=0` is itself invalid (git requires a positive integer), so the step failed with `fatal: depth 0 is not a positive number` on every PR run.