File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : Find changed rust Cargo files
57
57
id : changed-rust-cargo
58
- uses : tj-actions/changed-files@v46.0.3
58
+ uses : tj-actions/changed-files@v46.0.4
59
59
with :
60
60
files : |
61
61
**/Cargo.toml
91
91
92
92
- name : Find changed Cargo makefile
93
93
id : changed-cargo-makefile
94
- uses : tj-actions/changed-files@v46.0.3
94
+ uses : tj-actions/changed-files@v46.0.4
95
95
with :
96
96
files : |
97
97
Makefile.toml
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Find changed rust files
127
127
id : changed-rust-files
128
- uses : tj-actions/changed-files@v46.0.3
128
+ uses : tj-actions/changed-files@v46.0.4
129
129
with :
130
130
files : |
131
131
**/*.rs
@@ -208,7 +208,7 @@ jobs:
208
208
209
209
- name : Find changed toml files
210
210
id : changed-toml-files
211
- uses : tj-actions/changed-files@v46.0.3
211
+ uses : tj-actions/changed-files@v46.0.4
212
212
with :
213
213
files : |
214
214
**/*.toml
You can’t perform that action at this time.
0 commit comments