Skip to content

Commit 8fefb95

Browse files
authored
update pr-checks workflow (#7)
1 parent 147286d commit 8fefb95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-pr-checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
# Generate HTML
1313
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
1515
with:
1616
deploy-id: ${{ github.event.number }}
1717
retain-artifacts: 14
@@ -21,7 +21,7 @@ jobs:
2121
# By default, the job fails if there are errors, passes if there are warnings only.
2222
docs-verify-pr:
2323
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
2525
with:
2626
failOnWarnings: true
2727

@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: Get file changes
4040
id: get-file-changes
41-
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
41+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4242
with:
4343
separator: ','
4444
files_yaml: |
@@ -53,7 +53,7 @@ jobs:
5353
docs-updates-comment-pr:
5454
if: needs.docs-build-pr.outputs.pages-listed == 'success'
5555
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
5757
with:
5858
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }}
5959
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }}

0 commit comments

Comments
 (0)