File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# Generate HTML
14
14
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
16
16
with :
17
17
deploy-id : ${{ github.event.number }}
18
18
retain-artifacts : 14
22
22
# By default, the job fails if there are errors, passes if there are warnings only.
23
23
docs-verify-pr :
24
24
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
26
26
with :
27
27
failOnWarnings : true
28
28
39
39
steps :
40
40
- name : Get file changes
41
41
id : get-file-changes
42
- uses : tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
42
+ uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
43
43
with :
44
44
separator : ' ,'
45
45
files_yaml : |
You can’t perform that action at this time.
0 commit comments