File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : ' 0'
19
19
persist-credentials : ' false'
20
- - uses : " ramsey/composer-install@v2 "
20
+ - uses : " ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e " # 2.3.1
21
21
- run : make generate-example-client-subsplit
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : ' 0'
19
19
persist-credentials : ' false'
20
- - uses : " ramsey/composer-install@v2 "
20
+ - uses : " ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e " # 2.3.1
21
21
- run : make generate-example-client-${{ inputs.name }}
22
22
- name : Tar example files
23
23
run : tar -czf example.tar ./example
87
87
path : ./
88
88
- name : UnTar example files
89
89
run : tar -xzf example.tar
90
- - uses : ramsey/composer-install@v2
90
+ - uses : ramsey/composer-install@1919f6c305aea6ab10e6181a8ddf72317ad77e0e # 2.3.1
91
91
with :
92
92
working-directory : " example/generated-${{ inputs.name }}/"
93
93
ignore-cache : " yes"
You can’t perform that action at this time.
0 commit comments