diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 35ea5356..1040ca96 100644 --- a/.github/workflows/install-integration-tests-operators-installer.yaml +++ b/.github/workflows/install-integration-tests-operators-installer.yaml @@ -26,7 +26,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.15.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.12.5 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.23.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager diff --git a/.github/workflows/install-unit-test.yaml b/.github/workflows/install-unit-test.yaml index 5677153b..0bbb53e7 100644 --- a/.github/workflows/install-unit-test.yaml +++ b/.github/workflows/install-unit-test.yaml @@ -21,7 +21,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.15.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.12.5 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.23.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13705ca6..b119b99f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -20,7 +20,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.15.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.12.5 # renovate: datasource=pypi depName=pybump PYBUMP_VERSION: 1.12.4 runs-on: ubuntu-latest