File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
50
50
51
51
- name : " Setup Python"
52
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
52
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
53
53
with :
54
54
python-version : " 3.7"
55
55
Original file line number Diff line number Diff line change 26
26
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
27
27
28
28
- name : " Setup Python"
29
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
29
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
30
30
with :
31
31
python-version : " 3.x"
32
32
cache : " pip"
@@ -154,7 +154,7 @@ jobs:
154
154
run : colima list
155
155
156
156
- name : " Setup Python ${{ matrix.python-version }}"
157
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
157
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
158
158
with :
159
159
python-version : ${{ matrix.python-version }}
160
160
allow-prereleases : true
@@ -188,7 +188,7 @@ jobs:
188
188
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
189
189
190
190
- name : " Setup Python"
191
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
191
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
192
192
with :
193
193
python-version : " 3.x"
194
194
Original file line number Diff line number Diff line change 22
22
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
23
23
24
24
- name : " Setup Python"
25
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
25
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
26
26
with :
27
27
python-version : " 3.11"
28
28
Original file line number Diff line number Diff line change 15
15
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
16
16
17
17
- name : " Setup Python"
18
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
18
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
19
19
with :
20
20
python-version : " 3.x"
21
21
cache : pip
Original file line number Diff line number Diff line change 20
20
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
21
21
22
22
- name : " Setup Python"
23
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
23
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
24
24
with :
25
25
python-version : " 3.x"
26
26
You can’t perform that action at this time.
0 commit comments