From 5174750607be5e1feaa24c6c02672cad87a88d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:44:58 +0000 Subject: [PATCH] Update dependency python/cpython to v3.12.4 --- .../install-integration-tests-operators-installer.yaml | 2 +- .github/workflows/install-unit-test.yaml | 2 +- .github/workflows/lint-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 38ad0ae6..70e99538 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.0 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.3 + PYTHON_VERSION: v3.12.4 # 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 769ecc54..a66d370f 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.0 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.3 + PYTHON_VERSION: v3.12.4 # 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 fb6d48ba..d95a416a 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.0 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.3 + PYTHON_VERSION: v3.12.4 # renovate: datasource=pypi depName=pybump PYBUMP_VERSION: 1.12.3 runs-on: ubuntu-latest