Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-crd-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down