File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
34
34
35
35
- name : set up python 3
36
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
36
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
37
37
with :
38
38
python-version : " 3.7"
39
39
94
94
# ## COOKIECUTTER SPECIFIC STEPS ###
95
95
# # TEST PyPy ##
96
96
- name : set up python 3 (pypy)
97
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
97
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
98
98
with :
99
99
python-version : " pypy-3.7"
100
100
@@ -165,7 +165,7 @@ jobs:
165
165
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
166
166
167
167
- name : set up python ${{ matrix.python-version }} using github's action
168
- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
168
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
169
169
if : " !endsWith(matrix.python-version, '-dev')"
170
170
with :
171
171
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments