Skip to content

Commit e53c9d1

Browse files
committed
Update andstor/file-existence-action@v1 to v2
1 parent 8d3ca53 commit e53c9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)