File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 84
84
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
85
85
86
86
- name : " Set up Python"
87
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
87
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
88
88
with :
89
89
python-version : " ${{ matrix.python-version }}"
90
90
allow-prereleases : true
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
145
145
146
146
- name : " Set up Python"
147
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
147
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
148
148
with :
149
149
python-version : " 3.8" # Minimum of PYVERSIONS
150
150
# At a certain point, installing dependencies failed on pypy 3.9 and
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
152
152
153
153
- name : " Install Python 3.8"
154
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
154
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
155
155
with :
156
156
# PYVERSIONS
157
157
python-version : " 3.8"
@@ -195,7 +195,7 @@ jobs:
195
195
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
196
196
197
197
- name : " Install Python 3.8"
198
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
198
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
199
199
with :
200
200
# PYVERSIONS
201
201
python-version : " 3.8"
@@ -233,7 +233,7 @@ jobs:
233
233
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
234
234
235
235
- name : " Install PyPy"
236
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
236
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
237
237
with :
238
238
python-version : " pypy-3.8" # Minimum of PyPy PYVERSIONS
239
239
cache : pip
Original file line number Diff line number Diff line change 94
94
nogil : " ${{ matrix.nogil || false }}"
95
95
96
96
- name : " Install ${{ matrix.python-version }} with setup-python"
97
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
97
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
98
98
if : " startsWith(matrix.python-version, 'pypy-')"
99
99
with :
100
100
python-version : " ${{ matrix.python-version }}"
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
42
42
- name : " Install Python"
43
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
43
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
44
44
with :
45
45
python-version : " 3.8" # Minimum of PYVERSIONS
46
46
cache : pip
63
63
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64
64
65
65
- name : " Install Python"
66
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
66
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
67
67
with :
68
68
python-version : " 3.8" # Minimum of PYVERSIONS, but at least 3.8
69
69
cache : pip
86
86
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87
87
88
88
- name : " Install Python"
89
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
89
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
90
90
with :
91
91
python-version : " 3.11" # Doc version from PYVERSIONS
92
92
cache : pip
Original file line number Diff line number Diff line change 77
77
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
78
79
79
- name : " Set up Python"
80
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
80
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
81
81
with :
82
82
python-version : " ${{ matrix.python-version }}"
83
83
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments