Skip to content

Commit a5cfef2

Browse files
committed
Update docs-pr-checks.yml (#1219)
1 parent f568666 commit a5cfef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
# Generate HTML
1616
docs-build-pr:
17-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
17+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
1818
with:
1919
deploy-id: ${{ github.event.number }}
2020
retain-artifacts: 14
@@ -24,7 +24,7 @@ jobs:
2424
# By default, the job fails if there are errors, passes if there are warnings only.
2525
docs-verify-pr:
2626
needs: docs-build-pr
27-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
27+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
2828
with:
2929
failOnWarnings: true
3030

@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Get file changes
4343
id: get-file-changes
44-
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
44+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4545
with:
4646
separator: ','
4747
files_yaml: |
@@ -56,7 +56,7 @@ jobs:
5656
docs-updates-comment-pr:
5757
if: needs.docs-build-pr.outputs.pages-listed == 'success'
5858
needs: [docs-build-pr, docs-changes-pr]
59-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
59+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
6060
with:
6161
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }}
6262
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }}

0 commit comments

Comments
 (0)