Skip to content

Commit 5902b61

Browse files
authored
Fix deprecated action
1 parent 8686098 commit 5902b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python
27-
uses: actions/setup-python@v1.2.0
27+
uses: actions/setup-python@v2
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Display Python version

0 commit comments

Comments
 (0)