@@ -27,16 +27,16 @@ jobs:
27
27
python : ${{ steps.python-changes.outputs.any_changed }}
28
28
postman : ${{ steps.postman-changes.outputs.any_changed }}
29
29
java : ${{ steps.java-changes.outputs.any_changed }}
30
- typescript : ${{ steps.typescript-changes.outputs.typescript }}
31
- go : ${{ steps.go-changes.outputs.go }}
32
- csharp : ${{ steps.csharp-changes.outputs.csharp }}
33
- php : ${{ steps.php-changes.outputs.php }}
34
- swift : ${{ steps.swift-changes.outputs.swift }}
35
- rust : ${{ steps.rust-changes.outputs.rust }}
30
+ typescript : ${{ steps.typescript-changes.outputs.any_changed }}
31
+ go : ${{ steps.go-changes.outputs.any_changed }}
32
+ csharp : ${{ steps.csharp-changes.outputs.any_changed }}
33
+ php : ${{ steps.php-changes.outputs.any_changed }}
34
+ swift : ${{ steps.swift-changes.outputs.any_changed }}
35
+ rust : ${{ steps.rust-changes.outputs.any_changed }}
36
36
steps :
37
37
- name : Checkout repo
38
38
uses : actions/checkout@v4
39
- - uses : ./.github/ actions/check-for- changed-files
39
+ - uses : tj- actions/changed-files@v46
40
40
id : seed-changes
41
41
with :
42
42
files : |
@@ -48,26 +48,26 @@ jobs:
48
48
packages/cli/generation/ir-generator/**
49
49
test-definitions/**
50
50
test-definitions-openapi/**
51
- - uses : ./.github/ actions/check-for- changed-files
51
+ - uses : tj- actions/changed-files@v46
52
52
id : ruby-changes
53
53
with :
54
54
files : |
55
55
generators/ruby/**
56
56
seed/ruby-sdk/**
57
57
seed/ruby-model/**
58
- - uses : ./.github/ actions/check-for- changed-files
58
+ - uses : tj- actions/changed-files@v46
59
59
id : ruby-v2-changes
60
60
with :
61
61
files : |
62
62
generators/ruby-v2/**
63
63
seed/ruby-sdk-v2/**
64
- - uses : ./.github/ actions/check-for- changed-files
64
+ - uses : tj- actions/changed-files@v46
65
65
id : openapi-changes
66
66
with :
67
67
files : |
68
68
generators/openapi/**
69
69
seed/openapi/**
70
- - uses : ./.github/ actions/check-for- changed-files
70
+ - uses : tj- actions/changed-files@v46
71
71
id : python-changes
72
72
with :
73
73
files : |
@@ -76,57 +76,57 @@ jobs:
76
76
seed/pydantic-v2/**
77
77
seed/python-sdk/**
78
78
seed/fastapi/**
79
- - uses : ./.github/ actions/check-for- changed-files
79
+ - uses : tj- actions/changed-files@v46
80
80
id : postman-changes
81
81
with :
82
82
files : |
83
83
generators/postman/**
84
84
seed/postman/**
85
- - uses : ./.github/ actions/check-for- changed-files
85
+ - uses : tj- actions/changed-files@v46
86
86
id : java-changes
87
87
with :
88
88
files : |
89
89
generators/java/**
90
90
seed/java-sdk/**
91
91
seed/java-model/**
92
92
seed/java-spring/**
93
- - uses : ./.github/ actions/check-for- changed-files
93
+ - uses : tj- actions/changed-files@v46
94
94
id : typescript-changes
95
95
with :
96
96
files : |
97
97
typescript:
98
98
generators/typescript/**
99
99
seed/ts-sdk/**
100
100
seed/ts-express/**
101
- - uses : ./.github/ actions/check-for- changed-files
101
+ - uses : tj- actions/changed-files@v46
102
102
id : go-changes
103
103
with :
104
104
files : |
105
105
generators/go/**
106
106
seed/go-sdk/**
107
107
seed/go-model/**
108
108
seed/go-fiber/**
109
- - uses : ./.github/ actions/check-for- changed-files
109
+ - uses : tj- actions/changed-files@v46
110
110
id : csharp-changes
111
111
with :
112
112
files : |
113
113
generators/csharp/**
114
114
seed/csharp-sdk/**
115
115
seed/csharp-model/**
116
- - uses : tj-actions/changed-files@v46 # ./.github/ actions/check-for- changed-files
116
+ - uses : tj-actions/changed-files@v46 # tj- actions/changed-files@v46
117
117
id : php-changes
118
118
with :
119
119
files : |
120
120
generators/php/**
121
121
seed/php-sdk/**
122
122
seed/php-model/**
123
- - uses : ./.github/ actions/check-for- changed-files
123
+ - uses : tj- actions/changed-files@v46
124
124
id : swift-changes
125
125
with :
126
126
files : |
127
127
generators/swift/**
128
128
seed/swift-sdk/**
129
- - uses : ./.github/ actions/check-for- changed-files
129
+ - uses : tj- actions/changed-files@v46
130
130
id : rust-changes
131
131
with :
132
132
files : |
0 commit comments