Skip to content

Commit 1660c13

Browse files
renovate[bot]oliversalzburg
authored andcommitted
chore(deps): update python docker tag to v3.12.3
1 parent 3ef5321 commit 1660c13

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.12.2"
22+
PYTHON_VERSION: "3.12.3"
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
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
5757
env:
5858
# renovate: datasource=docker depName=python versioning=semver
59-
PYTHON_VERSION: "3.12.2"
59+
PYTHON_VERSION: "3.12.3"
6060
with:
6161
python-version: ${{ env.PYTHON_VERSION }}
6262

0 commit comments

Comments
 (0)