Skip to content

Commit

Permalink
fix: upgrade file-existence version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jan 29, 2024
1 parent 7840039 commit 61ea0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:

- name: Check ape-config.yaml exists
id: check-ape-config-yaml
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: 'ape-config.yaml'

Expand Down Expand Up @@ -125,7 +125,7 @@ runs:

- name: Check requirments.txt exists
id: check-requirements-txt
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: 'requirements.txt'

Expand Down

0 comments on commit 61ea0da

Please sign in to comment.