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 1414
1515 # Generate HTML
1616 docs-build-pr :
17- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
17+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
1818 with :
1919 deploy-id : ${{ github.event.number }}
2020 retain-artifacts : 14
2424 # By default, the job fails if there are errors, passes if there are warnings only.
2525 docs-verify-pr :
2626 needs : docs-build-pr
27- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
27+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
2828 with :
2929 failOnWarnings : true
3030
4141 steps :
4242 - name : Get file changes
4343 id : get-file-changes
44- uses : tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
44+ uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4545 with :
4646 separator : ' ,'
4747 files_yaml : |
5656 docs-updates-comment-pr :
5757 if : needs.docs-build-pr.outputs.pages-listed == 'success'
5858 needs : [docs-build-pr, docs-changes-pr]
59- uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
59+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
6060 with :
6161 pages-modified : ${{ needs.docs-changes-pr.outputs.pages-modified }}
6262 pages-added : ${{ needs.docs-changes-pr.outputs.pages-added }}
You can’t perform that action at this time.
0 commit comments