From bcacc07d9c6f1aac3283294190a85c142ee4e0e1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 24 Dec 2024 21:06:27 +0000 Subject: [PATCH] chore(deps): Update dependency python to v3.12.8 Signed-off-by: Renovate --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 21621ab2..5920f11c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -104,7 +104,7 @@ jobs: uses: 'actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b' # v5.3.0 with: # renovate dep: datasource=python-version versioning=python depName=python - python-version: '3.12.7' + python-version: '3.12.8' - name: 'Install pre-commit' shell: 'bash'