File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336
336
set file compiler/parser/python.lalrpop; ((Get-Content $file) -join "`n") + "`n" | Set-Content -NoNewline $file
337
337
- name : Install lalrpop
338
338
if : steps.generated_parser.outputs.files_exists == 'false'
339
- uses : baptiste0928/cargo-install@v1
339
+ uses : baptiste0928/cargo-install@v2
340
340
with :
341
341
crate : lalrpop
342
342
version : " 0.19.8"
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208
208
set file compiler/parser/python.lalrpop; ((Get-Content $file) -join "`n") + "`n" | Set-Content -NoNewline $file
209
209
- name : Install lalrpop
210
210
if : steps.generated_parser.outputs.files_exists == 'false'
211
- uses : baptiste0928/cargo-install@v1
211
+ uses : baptiste0928/cargo-install@v2
212
212
with :
213
213
crate : lalrpop
214
214
version : " 0.19.8"
You can’t perform that action at this time.
0 commit comments