Skip to content

Commit e62d33c

Browse files
authored
💚 fix CI (kivy#2368)
1 parent 63db01c commit e62d33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout python-for-android
1212
uses: actions/checkout@v2
1313
- name: Set up Python 3.7
14-
uses: actions/setup-python@v1.1.0
14+
uses: actions/setup-python@v2
1515
with:
1616
python-version: 3.7
1717
- name: Run flake8
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout python-for-android
3333
uses: actions/checkout@v2
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v1.1.0
35+
uses: actions/setup-python@v2
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Tox tests

0 commit comments

Comments
 (0)