Skip to content

Commit cacb131

Browse files
ci: Fix Python version
1 parent 4f425fc commit cacb131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
2020
env:
2121
# renovate: datasource=docker depName=python versioning=semver
22-
PYTHON_VERSION: "3.x"
22+
PYTHON_VERSION: "3.12.2"
2323
with:
2424
python-version: ${{ env.PYTHON_VERSION }}
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
5353
env:
5454
# renovate: datasource=docker depName=python versioning=semver
55-
PYTHON_VERSION: "3.x"
55+
PYTHON_VERSION: "3.12.2"
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
5858

0 commit comments

Comments
 (0)