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:
327327 key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
328328 - name : Check if cached generated parser exists
329329 id : generated_parser
330- uses : andstor/file-existence-action@v1
330+ uses : andstor/file-existence-action@v2
331331 with :
332332 files : " compiler/parser/python.rs"
333333 - if : runner.os == 'Windows'
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
200200 - name : Check if cached generated parser exists
201201 id : generated_parser
202- uses : andstor/file-existence-action@v1
202+ uses : andstor/file-existence-action@v2
203203 with :
204204 files : " compiler/parser/python.rs"
205205 - if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments