Skip to content

Commit 5d12899

Browse files
authored
Merge pull request #101 from pytest-dev/setup-python_v2
Switch GitHub actions to setup-python@v2
2 parents 921b34b + ea63fe9 commit 5d12899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v2
8282
- name: Set up ${{ matrix.python.name }}
8383
if: ${{ job.container == '' }}
84-
uses: actions/setup-python@v1
84+
uses: actions/setup-python@v2
8585
with:
8686
python-version: ${{ matrix.python.action }}
8787
architecture: x64
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v2
109109
- name: Set up Python ${{ matrix.python.dotted }}
110-
uses: actions/setup-python@v1
110+
uses: actions/setup-python@v2
111111
with:
112112
python-version: ${{ matrix.python.dotted }}
113113
architecture: x64

0 commit comments

Comments
 (0)