diff --git a/.github/workflows/regenerate-crd-docs.yaml b/.github/workflows/regenerate-crd-docs.yaml index 6734b4c9d..d833675c8 100644 --- a/.github/workflows/regenerate-crd-docs.yaml +++ b/.github/workflows/regenerate-crd-docs.yaml @@ -62,7 +62,7 @@ jobs: # with "must not contain directives that would cause it to be # interpreted differently than if it were the main module"). Use the # project's published release binary instead - no Go toolchain needed. - CRD_DOCS_GENERATOR_VERSION=v0.12.14 # renovate: datasource=github-releases depName=giantswarm/crd-docs-generator + CRD_DOCS_GENERATOR_VERSION=v0.12.18 # renovate: datasource=github-releases depName=giantswarm/crd-docs-generator mkdir -p "$RUNNER_TEMP/crd-docs-generator/bin" curl -fsSL \ -o "$RUNNER_TEMP/crd-docs-generator/bin/crd-docs-generator" \