Skip to content

Commit c14b2e8

Browse files
committed
ci(test.yml): Correct the workflow task name/version
1 parent 39544d2 commit c14b2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
python -m pip install . --pre --group test --group doc
100100
pip list
101101
102-
- name: "Check File Existence"
103-
uses: thebinaryfelix/check-file-existence-action@v1
102+
- name: Check File Existence
103+
uses: thebinaryfelix/check-file-existence-action@1.0.0
104104
with:
105105
files: numpydoc/tests/hooks/test_validate_hook.py
106106

0 commit comments

Comments
 (0)