We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae2950 commit 110e7bbCopy full SHA for 110e7bb
.github/workflows/docs.yml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 1
66
- name: Get subprojects that have doc changes
67
id: docs-changed-subprojects
68
- uses: tj-actions/changed-files@v45
+ uses: tj-actions/changed-files@v46
69
with:
70
files_yaml: |
71
llvm:
.github/workflows/pr-code-format.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Get changed files
36
id: changed-files
37
38
39
separator: ","
40
skip_initial_fetch: true
0 commit comments