We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29f30b7 + 746a982 commit e5bdc5aCopy full SHA for e5bdc5a
tasks_tools.yaml
@@ -161,7 +161,7 @@ tasks:
161
- '"{{.OCM}}" --version | grep -q "{{.OCM_VERSION | trimPrefix "v"}}"'
162
vars:
163
# renovate: datasource=github-releases depName=ocm packageName=open-component-model/ocm
164
- OCM_VERSION: '{{ env "OCM_VERSION" | default ( .OCM_VERSION | default "v0.21.0" ) }}'
+ OCM_VERSION: '{{ env "OCM_VERSION" | default ( .OCM_VERSION | default "v0.23.0" ) }}'
165
tmpdir:
166
sh: 'mktemp -d'
167
cmds:
0 commit comments