diff --git a/.github/workflows/pr-operator.yml b/.github/workflows/pr-operator.yml index 46c18ef..195e350 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.0" + default: "v1.42.1" required: false type: string BUILD_PLATFORMS: diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 90b7e7b..d2c95f0 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.0" + default: "v1.42.1" required: false type: string BUILD_PLATFORMS: