Skip to content

Commit 581f2fc

Browse files
committed
yeesh
1 parent d1a90bd commit 581f2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 1
1515

1616
- name: Set up Python 3.8
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v2
1818
with:
1919
python-version: 3.8
2020

@@ -48,12 +48,12 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v1
5252
with:
5353
fetch-depth: 1
5454

5555
- name: Set up Python 3.8
56-
uses: actions/setup-python@v1
56+
uses: actions/setup-python@v2
5757
with:
5858
python-version: 3.8
5959

0 commit comments

Comments
 (0)