File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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@v44.5.6
58
+ uses : tj-actions/changed-files@v44.5.7
59
59
with :
60
60
files : |
61
61
**/Cargo.toml
86
86
87
87
- name : Find changed Cargo makefile
88
88
id : changed-cargo-makefile
89
- uses : tj-actions/changed-files@v44.5.6
89
+ uses : tj-actions/changed-files@v44.5.7
90
90
with :
91
91
files : |
92
92
Makefile.toml
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Find changed rust files
122
122
id : changed-rust-files
123
- uses : tj-actions/changed-files@v44.5.6
123
+ uses : tj-actions/changed-files@v44.5.7
124
124
with :
125
125
files : |
126
126
**/*.rs
@@ -203,7 +203,7 @@ jobs:
203
203
204
204
- name : Find changed toml files
205
205
id : changed-toml-files
206
- uses : tj-actions/changed-files@v44.5.6
206
+ uses : tj-actions/changed-files@v44.5.7
207
207
with :
208
208
files : |
209
209
**/*.toml
You can’t perform that action at this time.
0 commit comments