File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# Generate HTML
13
13
docs-build-pr :
14
- uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
14
+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
15
15
with :
16
16
deploy-id : ${{ github.event.number }}
17
17
retain-artifacts : 14
21
21
# By default, the job fails if there are errors, passes if there are warnings only.
22
22
docs-verify-pr :
23
23
needs : docs-build-pr
24
- uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
24
+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
25
25
with :
26
26
failOnWarnings : true
27
27
38
38
steps :
39
39
- name : Get file changes
40
40
id : get-file-changes
41
- uses : tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
41
+ uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
42
42
with :
43
43
separator : ' ,'
44
44
files_yaml : |
53
53
docs-updates-comment-pr :
54
54
if : needs.docs-build-pr.outputs.pages-listed == 'success'
55
55
needs : [docs-build-pr, docs-changes-pr]
56
- uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
56
+ uses : neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
57
57
with :
58
58
pages-modified : ${{ needs.docs-changes-pr.outputs.pages-modified }}
59
59
pages-added : ${{ needs.docs-changes-pr.outputs.pages-added }}
You can’t perform that action at this time.
0 commit comments