Skip to content

Commit 5bf7145

Browse files
author
Joseph Hamman
committed
fix typo in gha
1 parent 8f662e6 commit 5bf7145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/[email protected]
2727
- name: Setup Python
28-
- uses: actions/[email protected]
28+
uses: actions/[email protected]
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/[email protected]
6060
- name: Setup Python
61-
- uses: actions/[email protected]
61+
uses: actions/[email protected]
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
architecture: x64

0 commit comments

Comments
 (0)