File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/sanitizers"
211
211
- name : Find changed files
212
212
id : changed-files
213
- uses : tj-actions/changed-files@v45
213
+ uses : tj-actions/changed-files@v46
214
214
with :
215
215
# Exclude all files under "third_party/"
216
216
files-ignore : |
@@ -446,7 +446,7 @@ jobs:
446
446
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/default"
447
447
- name : Find changed files
448
448
id : changed-files
449
- uses : tj-actions/changed-files@v45
449
+ uses : tj-actions/changed-files@v46
450
450
- name : Clang-tidy validation
451
451
# NOTE: clang-tidy crashes on CodegenDataModel_Write due to Nullable/std::optional check.
452
452
# See https://github.com/llvm/llvm-project/issues/97426
You can’t perform that action at this time.
0 commit comments