diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index d91fb2f5..06be0df7 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -27,7 +27,7 @@ permissions: env: GO_VERSION: "1.26.3" - PYTHON_VERSION: "3.14.5" + PYTHON_VERSION: "3.14.7" TFD_VERSION: "v0.22.0" jobs: diff --git a/.github/workflows/syntax-check.yaml b/.github/workflows/syntax-check.yaml index 682f850c..f600728d 100644 --- a/.github/workflows/syntax-check.yaml +++ b/.github/workflows/syntax-check.yaml @@ -37,7 +37,7 @@ env: COLLECTION_PATH: ansible_collections/dreadnode/goad REQUIREMENTS_FILE: .hooks/requirements.txt PY_COLORS: "1" - PYTHON_VERSION: "3.14.5" + PYTHON_VERSION: "3.14.7" ROLE: ${{ github.event.inputs.ROLE }} ANSIBLE_COLLECTIONS_PATH: ~/.ansible/collections