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