Skip to content

Commit 703ab1e

Browse files
committed
Update lalrpop 0.19.8 to 0.19.9 in GH Actions
cc RustPython#4768
1 parent d3028e0 commit 703ab1e

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
@@ -339,7 +339,7 @@ jobs:
339339
uses: baptiste0928/cargo-install@v2
340340
with:
341341
crate: lalrpop
342-
version: "0.19.8"
342+
version: "0.19.9"
343343
- name: Run lalrpop
344344
if: steps.generated_parser.outputs.files_exists == 'false'
345345
run: lalrpop compiler/parser/python.lalrpop

.github/workflows/cron-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
uses: baptiste0928/cargo-install@v2
212212
with:
213213
crate: lalrpop
214-
version: "0.19.8"
214+
version: "0.19.9"
215215
- name: Run lalrpop
216216
if: steps.generated_parser.outputs.files_exists == 'false'
217217
run: lalrpop compiler/parser/python.lalrpop

0 commit comments

Comments
 (0)