File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
- name : Check for modified Python files in create-onchain-agent
35
35
if : steps.check-label.outputs.skip != 'true'
36
36
id : changed-create-files
37
- uses : tj-actions/changed-files@c17ac4b5c1cb901a7ccddf00ac9722b8e2725345
37
+ uses : tj-actions/changed-files@ce4a123414f9fffa959d1f329c4749da83c4bf10
38
38
with :
39
39
files : |
40
40
python/create-onchain-agent/**/*.py
41
41
42
42
- name : Check for modified Python files in langchain extension
43
43
if : steps.check-label.outputs.skip != 'true'
44
44
id : changed-langchain-files
45
- uses : tj-actions/changed-files@c17ac4b5c1cb901a7ccddf00ac9722b8e2725345
45
+ uses : tj-actions/changed-files@ce4a123414f9fffa959d1f329c4749da83c4bf10
46
46
with :
47
47
files : |
48
48
python/framework-extensions/langchain/**/*.py
You can’t perform that action at this time.
0 commit comments