From 1c87a2f85d8ebfed42f76c7708c8fb1f09ce977b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:53:46 +0000 Subject: [PATCH] Update dependency operator-framework/operator-sdk to v1.36.0 --- .github/workflows/pr-operator.yml | 2 +- .github/workflows/release-operator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-operator.yml b/.github/workflows/pr-operator.yml index c974095..9d185d6 100644 --- a/.github/workflows/pr-operator.yml +++ b/.github/workflows/pr-operator.yml @@ -5,7 +5,7 @@ on: OPERATOR_SDK_VERSION: description: "Version of Operator SDK Binary for installation" # renovate: datasource=github-releases depName=operator-framework/operator-sdk - default: "v1.33.0" + default: "v1.36.0" required: false type: string BUILD_PLATFORMS: diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 2a5ea2d..4db6ce4 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -5,7 +5,7 @@ on: OPERATOR_SDK_VERSION: description: "Version of Operator SDK Binary for installation" # renovate: datasource=github-releases depName=operator-framework/operator-sdk - default: "v1.33.0" + default: "v1.36.0" required: false type: string BUILD_PLATFORMS: