Skip to content

Commit 0fb2213

Browse files
committed
Pin to 2.43.*
1 parent 8b75361 commit 0fb2213

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-check-html-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/reusable-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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'

0 commit comments

Comments
 (0)