diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bec8ccc5..dc1f0b54 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -86,7 +86,7 @@ jobs: uses: 'actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f' # v5.1.1 with: # renovate dep: datasource=python-version versioning=python depName=python - python-version: '3.12' + python-version: '3.12.3' - name: 'Install pre-commit' run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ae73b54..4b2338ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # https://github.com/ansible/ansible-lint/issues/611 pass_filenames: false # renovate dep: datasource=python-version versioning=python depName=python - language_version: '3.12' + language_version: '3.12.3' - repo: 'https://github.com/pre-commit/pre-commit-hooks' rev: 'v4.6.0'