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 4444 fetch-depth : 0
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
47+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
4848 name : Install Python
4949 with :
5050 python-version : ' 3.10'
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
2121 with :
2222 python-version : ' 3.10'
2323
4646 persist-credentials : false
4747
4848 - name : Set up Python 3
49- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
49+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
5050 with :
5151 python-version : ' 3.10'
5252
Original file line number Diff line number Diff line change @@ -117,15 +117,7 @@ jobs:
117117 persist-credentials : false
118118
119119 - 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
129121 with :
130122 python-version : ${{ matrix.python-version }}
131123 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments