diff --git a/eng/pipelines/templates/steps/analyze.yml b/eng/pipelines/templates/steps/analyze.yml index 1b06883bce50..82f0a2057542 100644 --- a/eng/pipelines/templates/steps/analyze.yml +++ b/eng/pipelines/templates/steps/analyze.yml @@ -10,7 +10,7 @@ steps: - script: | pip install setuptools wheel Jinja2 packaging - pip install doc-warden==0.3.0 + pip install doc-warden==0.3.1 ward scan -d $(Build.SourcesDirectory) -c $(Build.SourcesDirectory)/.docsettings.yml displayName: 'Verify Readmes'