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.
1 parent 31450a1 commit 1660936Copy full SHA for 1660936
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.30.0" ) }}'
+ OCM_VERSION: '{{ env "OCM_VERSION" | default ( .OCM_VERSION | default "v0.31.0" ) }}'
165
tmpdir:
166
sh: 'mktemp -d'
167
cmds:
0 commit comments