Skip to content

Commit 0b6be78

Browse files
committed
Fix typo in action file
1 parent c20290f commit 0b6be78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
- uses: actions/checkout@v4
14+
uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)