8686
8787 - name : Check if base files are changed
8888 id : changed-base
89- uses : tj-actions/changed-files@v45
89+ uses : tj-actions/changed-files@v46
9090 with :
9191 files_from_source_file : .github/workflows/data/base/tracked.txt
9292 files_ignore_from_source_file : .github/workflows/data/base/ignored.txt
9797
9898 - name : Check if db-related files are changed
9999 id : changed-db
100- uses : tj-actions/changed-files@v45
100+ uses : tj-actions/changed-files@v46
101101 with :
102102 files_from_source_file : .github/workflows/data/db/tracked.txt
103103 files_ignore_from_source_file : .github/workflows/data/db/ignored.txt
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Check if file-related files are changed
110110 id : changed-file
111- uses : tj-actions/changed-files@v45
111+ uses : tj-actions/changed-files@v46
112112 with :
113113 files_from_source_file : .github/workflows/data/file/tracked.txt
114114 files_ignore_from_source_file : .github/workflows/data/file/ignored.txt
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Check if file-df-related files are changed
121121 id : changed-file-df
122- uses : tj-actions/changed-files@v45
122+ uses : tj-actions/changed-files@v46
123123 with :
124124 files_from_source_file : .github/workflows/data/file-df/tracked.txt
125125 files_ignore_from_source_file : .github/workflows/data/file-df/ignored.txt
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Check if core files are changed
132132 id : changed-core
133- uses : tj-actions/changed-files@v45
133+ uses : tj-actions/changed-files@v46
134134 with :
135135 files_from_source_file : .github/workflows/data/core/tracked.txt
136136 files_ignore_from_source_file : .github/workflows/data/core/ignored.txt
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Check if Clickhouse files are changed
162162 id : changed-clickhouse
163- uses : tj-actions/changed-files@v45
163+ uses : tj-actions/changed-files@v46
164164 with :
165165 files_from_source_file : .github/workflows/data/clickhouse/tracked.txt
166166 files_ignore_from_source_file : .github/workflows/data/clickhouse/ignored.txt
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Check if Greenplum files are changed
192192 id : changed-greenplum
193- uses : tj-actions/changed-files@v45
193+ uses : tj-actions/changed-files@v46
194194 with :
195195 files_from_source_file : .github/workflows/data/greenplum/tracked.txt
196196 files_ignore_from_source_file : .github/workflows/data/greenplum/ignored.txt
@@ -220,7 +220,7 @@ jobs:
220220
221221 - name : Check if Hive files are changed
222222 id : changed-hive
223- uses : tj-actions/changed-files@v45
223+ uses : tj-actions/changed-files@v46
224224 with :
225225 files_from_source_file : .github/workflows/data/hive/tracked.txt
226226 files_ignore_from_source_file : .github/workflows/data/hive/ignored.txt
@@ -250,7 +250,7 @@ jobs:
250250
251251 - name : Check if Kafka files are changed
252252 id : changed-kafka
253- uses : tj-actions/changed-files@v45
253+ uses : tj-actions/changed-files@v46
254254 with :
255255 files_from_source_file : .github/workflows/data/kafka/tracked.txt
256256 files_ignore_from_source_file : .github/workflows/data/kafka/ignored.txt
@@ -280,7 +280,7 @@ jobs:
280280
281281 - name : Check if LocalFS files are changed
282282 id : changed-local-fs
283- uses : tj-actions/changed-files@v45
283+ uses : tj-actions/changed-files@v46
284284 with :
285285 files_from_source_file : .github/workflows/data/local-fs/tracked.txt
286286 files_ignore_from_source_file : .github/workflows/data/local-fs/ignored.txt
@@ -310,7 +310,7 @@ jobs:
310310
311311 - name : Check if MongoDB files are changed
312312 id : changed-mongodb
313- uses : tj-actions/changed-files@v45
313+ uses : tj-actions/changed-files@v46
314314 with :
315315 files_from_source_file : .github/workflows/data/mongodb/tracked.txt
316316 files_ignore_from_source_file : .github/workflows/data/mongodb/ignored.txt
@@ -340,7 +340,7 @@ jobs:
340340
341341 - name : Check if MSSQL files are changed
342342 id : changed-mssql
343- uses : tj-actions/changed-files@v45
343+ uses : tj-actions/changed-files@v46
344344 with :
345345 files_from_source_file : .github/workflows/data/mssql/tracked.txt
346346 files_ignore_from_source_file : .github/workflows/data/mssql/ignored.txt
@@ -370,7 +370,7 @@ jobs:
370370
371371 - name : Check if MySQL files are changed
372372 id : changed-mysql
373- uses : tj-actions/changed-files@v45
373+ uses : tj-actions/changed-files@v46
374374 with :
375375 files_from_source_file : .github/workflows/data/mysql/tracked.txt
376376 files_ignore_from_source_file : .github/workflows/data/mysql/ignored.txt
@@ -400,7 +400,7 @@ jobs:
400400
401401 - name : Check if Oracle files are changed
402402 id : changed-oracle
403- uses : tj-actions/changed-files@v45
403+ uses : tj-actions/changed-files@v46
404404 with :
405405 files_from_source_file : .github/workflows/data/oracle/tracked.txt
406406 files_ignore_from_source_file : .github/workflows/data/oracle/ignored.txt
@@ -430,7 +430,7 @@ jobs:
430430
431431 - name : Check if Postgres files are changed
432432 id : changed-postgres
433- uses : tj-actions/changed-files@v45
433+ uses : tj-actions/changed-files@v46
434434 with :
435435 files_from_source_file : .github/workflows/data/postgres/tracked.txt
436436 files_ignore_from_source_file : .github/workflows/data/postgres/ignored.txt
@@ -460,7 +460,7 @@ jobs:
460460
461461 - name : Check if Teradata files are changed
462462 id : changed-teradata
463- uses : tj-actions/changed-files@v45
463+ uses : tj-actions/changed-files@v46
464464 with :
465465 files_from_source_file : .github/workflows/data/teradata/tracked.txt
466466 files_ignore_from_source_file : .github/workflows/data/teradata/ignored.txt
@@ -490,7 +490,7 @@ jobs:
490490
491491 - name : Check if FTP files are changed
492492 id : changed-ftp
493- uses : tj-actions/changed-files@v45
493+ uses : tj-actions/changed-files@v46
494494 with :
495495 files_from_source_file : .github/workflows/data/ftp/tracked.txt
496496 files_ignore_from_source_file : .github/workflows/data/ftp/ignored.txt
@@ -520,7 +520,7 @@ jobs:
520520
521521 - name : Check if FTPS files are changed
522522 id : changed-ftps
523- uses : tj-actions/changed-files@v45
523+ uses : tj-actions/changed-files@v46
524524 with :
525525 files_from_source_file : .github/workflows/data/ftps/tracked.txt
526526 files_ignore_from_source_file : .github/workflows/data/ftps/ignored.txt
@@ -550,7 +550,7 @@ jobs:
550550
551551 - name : Check if HDFS files are changed
552552 id : changed-hdfs
553- uses : tj-actions/changed-files@v45
553+ uses : tj-actions/changed-files@v46
554554 with :
555555 files_from_source_file : .github/workflows/data/hdfs/tracked.txt
556556 files_ignore_from_source_file : .github/workflows/data/hdfs/ignored.txt
@@ -580,7 +580,7 @@ jobs:
580580
581581 - name : Check if S3 files are changed
582582 id : changed-s3
583- uses : tj-actions/changed-files@v45
583+ uses : tj-actions/changed-files@v46
584584 with :
585585 files_from_source_file : .github/workflows/data/s3/tracked.txt
586586 files_ignore_from_source_file : .github/workflows/data/s3/ignored.txt
@@ -610,7 +610,7 @@ jobs:
610610
611611 - name : Check if SFTP files are changed
612612 id : changed-sftp
613- uses : tj-actions/changed-files@v45
613+ uses : tj-actions/changed-files@v46
614614 with :
615615 files_from_source_file : .github/workflows/data/sftp/tracked.txt
616616 files_ignore_from_source_file : .github/workflows/data/sftp/ignored.txt
@@ -640,7 +640,7 @@ jobs:
640640
641641 - name : Check if Samba files are changed
642642 id : changed-samba
643- uses : tj-actions/changed-files@v45
643+ uses : tj-actions/changed-files@v46
644644 with :
645645 files_from_source_file : .github/workflows/data/samba/tracked.txt
646646 files_ignore_from_source_file : .github/workflows/data/samba/ignored.txt
@@ -670,7 +670,7 @@ jobs:
670670
671671 - name : Check if WebDAV files are changed
672672 id : changed-webdav
673- uses : tj-actions/changed-files@v45
673+ uses : tj-actions/changed-files@v46
674674 with :
675675 files_from_source_file : .github/workflows/data/webdav/tracked.txt
676676 files_ignore_from_source_file : .github/workflows/data/webdav/ignored.txt
0 commit comments