Skip to content

Commit

Permalink
Update phplint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Mar 26, 2024
1 parent 7ec1aa9 commit 09c7666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Check file existence.
id: check_composer_json
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: "composer.json"

Expand All @@ -55,7 +55,7 @@ jobs:
- name: Check error file exists.
id: check_files
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: "output.txt"

Expand Down

0 comments on commit 09c7666

Please sign in to comment.