Skip to content

Commit da4d714

Browse files
committed
CI: fix old typo
1 parent 17a9d2b commit da4d714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Set up Python 3.8
26-
uses: actions\setup-python@v2
26+
uses: actions/setup-python@v2
2727
with:
2828
python-version: 3.8
2929

@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: '0'
8787

8888
- name: Set up Python ${{ matrix.python-version }}
89-
uses: actions\setup-python@v2
89+
uses: actions/setup-python@v2
9090
with:
9191
python-version: ${{ matrix.python-version }}
9292

0 commit comments

Comments
 (0)