Skip to content

Commit 0ead49a

Browse files
authored
Merge branch 'master' into pypy
2 parents 93badca + 5d12899 commit 0ead49a

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
@@ -106,7 +106,7 @@ jobs:
106106
echo "::add-matcher::.github/local-problem-matchers.json"
107107
- name: Set up ${{ matrix.python.name }}
108108
if: ${{ job.container == '' }}
109-
uses: actions/setup-python@v1
109+
uses: actions/setup-python@v2
110110
with:
111111
python-version: ${{ matrix.python.action }}
112112
architecture: x64
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- uses: actions/checkout@v2
134134
- name: Set up Python ${{ matrix.python.dotted }}
135-
uses: actions/setup-python@v1
135+
uses: actions/setup-python@v2
136136
with:
137137
python-version: ${{ matrix.python.dotted }}
138138
architecture: x64

0 commit comments

Comments
 (0)