Skip to content

Commit d3028e0

Browse files
committed
Update baptiste0928/cargo-install@v1 to v2
1 parent fe87ca8 commit d3028e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
set file compiler/parser/python.lalrpop; ((Get-Content $file) -join "`n") + "`n" | Set-Content -NoNewline $file
337337
- name: Install lalrpop
338338
if: steps.generated_parser.outputs.files_exists == 'false'
339-
uses: baptiste0928/cargo-install@v1
339+
uses: baptiste0928/cargo-install@v2
340340
with:
341341
crate: lalrpop
342342
version: "0.19.8"

.github/workflows/cron-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
set file compiler/parser/python.lalrpop; ((Get-Content $file) -join "`n") + "`n" | Set-Content -NoNewline $file
209209
- name: Install lalrpop
210210
if: steps.generated_parser.outputs.files_exists == 'false'
211-
uses: baptiste0928/cargo-install@v1
211+
uses: baptiste0928/cargo-install@v2
212212
with:
213213
crate: lalrpop
214214
version: "0.19.8"

0 commit comments

Comments
 (0)