File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # to avoid "fatal: shallow file has changed since we read it" bug.
2626 # See https://github.com/python/cpython/issues/151365.
2727 run : |
28- sudo apt-get install -y --allow-downgrades git/noble-updates git-man/noble-updates
28+ sudo apt-get install -y --allow-downgrades ' git=1:2.43.*' ' git-man=1:2.43.*'
2929 git --version
3030 - name : ' Find merge base'
3131 id : merge-base
Original file line number Diff line number Diff line change 9696 # See https://github.com/python/cpython/issues/151365.
9797 if : github.event_name == 'pull_request'
9898 run : |
99- sudo apt-get install -y --allow-downgrades git/noble-updates git-man/noble-updates
99+ sudo apt-get install -y --allow-downgrades ' git=1:2.43.*' ' git-man=1:2.43.*'
100100 git --version
101101
102102 # Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
Original file line number Diff line number Diff line change 5353 # See https://github.com/python/cpython/issues/151365.
5454 if : github.event_name == 'pull_request'
5555 run : |
56- sudo apt-get install -y --allow-downgrades git/noble-updates git-man/noble-updates
56+ sudo apt-get install -y --allow-downgrades ' git=1:2.43.*' ' git-man=1:2.43.*'
5757 git --version
5858 # Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
5959 - name : ' Fetch commits to get branch diff'
You can’t perform that action at this time.
0 commit comments