File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 44
44
fetch-depth : 0
45
45
persist-credentials : false
46
46
47
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
47
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
48
48
name : Install Python
49
49
with :
50
50
python-version : ' 3.10'
Original file line number Diff line number Diff line change 17
17
persist-credentials : false
18
18
19
19
- name : Set up Python 3
20
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
21
21
with :
22
22
python-version : ' 3.10'
23
23
Original file line number Diff line number Diff line change 17
17
persist-credentials : false
18
18
19
19
- name : Set up Python 3
20
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
21
21
with :
22
22
python-version : ' 3.10'
23
23
46
46
persist-credentials : false
47
47
48
48
- name : Set up Python 3
49
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
49
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
50
50
with :
51
51
python-version : ' 3.10'
52
52
Original file line number Diff line number Diff line change @@ -117,15 +117,7 @@ jobs:
117
117
persist-credentials : false
118
118
119
119
- name : Set up Python ${{ matrix.python-version }}
120
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
121
- if : matrix.python-version != '3.13t'
122
- with :
123
- python-version : ${{ matrix.python-version }}
124
- allow-prereleases : true
125
-
126
- - name : Set up Python ${{ matrix.python-version }}
127
- uses : Quansight-Labs/setup-python@869aeafb7eeb9dc48ba68acc0479e6fc3fd7ce5e # v5.4.0
128
- if : matrix.python-version == '3.13t'
120
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
129
121
with :
130
122
python-version : ${{ matrix.python-version }}
131
123
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments