Skip to content

Commit 040fc6f

Browse files
authored
Update docs-pr-checks.yml (#7)
1 parent 6ab0c12 commit 040fc6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

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

@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: Get file changes
4141
id: get-file-changes
42-
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
42+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4343
with:
4444
separator: ','
4545
files_yaml: |

0 commit comments

Comments
 (0)