Use setup-python v2

This commit is contained in:
Veronica K. B. Olsen
2020-10-06 20:46:58 +02:00
parent a77b30b93f
commit 0d9f2f2ae9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Python Setup
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64