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 13
13
14
14
# Generate HTML
15
15
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
17
17
with :
18
18
deploy-id : ${{ github.event.number }}
19
19
retain-artifacts : 14
23
23
# By default, the job fails if there are errors, passes if there are warnings only.
24
24
docs-verify-pr :
25
25
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
27
27
with :
28
28
failOnWarnings : true
29
29
40
40
steps :
41
41
- name : Get file changes
42
42
id : get-file-changes
43
- uses : tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
43
+ uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
44
44
with :
45
45
separator : ' ,'
46
46
files_yaml : |
55
55
docs-updates-comment-pr :
56
56
if : needs.docs-build-pr.outputs.pages-listed == 'success'
57
57
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
59
59
with :
60
60
pages-modified : ${{ needs.docs-changes-pr.outputs.pages-modified }}
61
61
pages-added : ${{ needs.docs-changes-pr.outputs.pages-added }}
You can’t perform that action at this time.
0 commit comments