File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ jobs:
327
327
key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
328
328
- name : Check if cached generated parser exists
329
329
id : generated_parser
330
- uses : andstor/file-existence-action@v1
330
+ uses : andstor/file-existence-action@v2
331
331
with :
332
332
files : " compiler/parser/python.rs"
333
333
- if : runner.os == 'Windows'
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
200
200
- name : Check if cached generated parser exists
201
201
id : generated_parser
202
- uses : andstor/file-existence-action@v1
202
+ uses : andstor/file-existence-action@v2
203
203
with :
204
204
files : " compiler/parser/python.rs"
205
205
- if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments