File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ jobs:
3030 docs-build :
3131 if : ${{ inputs.html || github.event_name == 'push' }}
3232 name : Generate HTML
33- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.0.3
33+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
3434 with :
3535 retain-artifacts : 14
3636 deploy-id : 0
3737
3838 docs-verify :
3939 name : Verify HTML
4040 needs : docs-build
41- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.0.3
41+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
4242
4343 docs-links :
4444 if : ${{ inputs.links || github.event_name == 'push' }}
4545 name : Check links
4646 needs : docs-build
47- uses : neo4j/docs-tools/.github/workflows/reusable-docs-links.yml@v1.0.3
47+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-links.yml@v1.2.0
4848
4949 docs-lint :
5050 if : ${{ inputs.lint || github.event_name == 'push' }}
5151 name : Lint docs
52- uses : neo4j/docs-tools/.github/workflows/reusable-docs-lint.yml@v1.0.3
52+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-lint.yml@v1.2.0
5353
You can’t perform that action at this time.
0 commit comments