diff --git a/.github/workflows/pr-operator.yml b/.github/workflows/pr-operator.yml index efdd315..42e0c5a 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.42.1" + default: "v1.42.2" required: false type: string BUILD_PLATFORMS: diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index b44d5a6..5007b16 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.42.1" + default: "v1.42.2" required: false type: string BUILD_PLATFORMS: