checkout fails checking out `refs/pull/<PR_ID>/merge` ``` Run actions/checkout@v4.2.2 with: ref: refs/pull/<PR_ID>/merge ``` added workflow demonstrating the checkout failure - #1981 issue reproduces: * create a PR * checkout PR merge branch `refs/pull/<PR_ID>/merge` - ✅ successfully * close PR, reopen PR * checkout PR merge branch `refs/pull/<PR_ID>/merge` - ⛔ FAIL ---    --- started writing this workflow only after trying `v4.2.1`, expected https://github.com/actions/checkout/pull/1924 to fix [the regression](https://github.com/actions/checkout/issues/1782), however, regression still here