Skip to content

Commit 9b433a3

Browse files
Pin python version in the release-dispatch workflow (#23660)
1 parent 58c447b commit 9b433a3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-dispatch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ env:
4444
# Default ddev version when callers don't pass `ddev-version`. Tracked by Renovate.
4545
# renovate: datasource=pypi depName=ddev
4646
DEFAULT_DDEV_VERSION: "16.0.0"
47+
PYTHON_VERSION: "3.13"
4748

4849
jobs:
4950
prepare:
@@ -59,6 +60,11 @@ jobs:
5960
with:
6061
fetch-depth: 0 # ddev needs full tag history
6162

63+
- name: Set up Python ${{ env.PYTHON_VERSION }}
64+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
65+
with:
66+
python-version: ${{ env.PYTHON_VERSION }}
67+
6268
- name: Install ddev
6369
run: pip install "ddev==${{ inputs.ddev-version || env.DEFAULT_DDEV_VERSION }}"
6470

0 commit comments

Comments
 (0)