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 1212
1313 # Generate HTML
1414 docs-build-pr :
15- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
15+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
1616 with :
1717 deploy-id : ${{ github.event.number }}
1818 retain-artifacts : 14
2222 # By default, the job fails if there are errors, passes if there are warnings only.
2323 docs-verify-pr :
2424 needs : docs-build-pr
25- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
25+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
2626 with :
2727 failOnWarnings : true
2828
3939 steps :
4040 - name : Get file changes
4141 id : get-file-changes
42- uses : tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
42+ uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4343 with :
4444 separator : ' ,'
4545 files_yaml : |
5454 docs-updates-comment-pr :
5555 if : needs.docs-build-pr.outputs.pages-listed == 'success'
5656 needs : [docs-build-pr, docs-changes-pr]
57- uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
57+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
5858 with :
5959 pages-modified : ${{ needs.docs-changes-pr.outputs.pages-modified }}
6060 pages-added : ${{ needs.docs-changes-pr.outputs.pages-added }}
You can’t perform that action at this time.
0 commit comments