Skip to content

Commit 5b2d17d

Browse files
authored
upgrade to setup-python@v2
1 parent 784e76d commit 5b2d17d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v2
4141
- name: Setup python
42-
uses: actions/setup-python@v1
42+
uses: actions/setup-python@v2
4343
with:
4444
python-version: '${{ matrix.python }}'
4545
architecture: '${{ matrix.arch }}'
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout
7171
uses: actions/checkout@v2
7272
- name: Setup python
73-
uses: actions/setup-python@v1
73+
uses: actions/setup-python@v2
7474
with:
7575
python-version: '${{ matrix.python }}'
7676
- name: Run tests
@@ -92,7 +92,7 @@ jobs:
9292
- name: Checkout
9393
uses: actions/checkout@v2
9494
- name: Setup python
95-
uses: actions/setup-python@v1
95+
uses: actions/setup-python@v2
9696
with:
9797
python-version: '${{ matrix.python }}'
9898
- name: Run tests

0 commit comments

Comments
 (0)