File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
persist-credentials : false
17
17
18
18
- name : Set up Python (oldest supported version)
19
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
19
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
20
20
with :
21
21
python-version : " 3.9"
22
22
cache : ' pip'
55
55
persist-credentials : false
56
56
57
57
- name : Set up Python ${{ matrix.python-version }}
58
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
58
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
cache : ' pip'
99
99
run : touch requirements.txt
100
100
101
101
- name : Set up Python
102
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
102
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
103
103
with :
104
104
python-version : ' 3.x'
105
105
cache : ' pip'
Original file line number Diff line number Diff line change 16
16
persist-credentials : false
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
19
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
20
20
with :
21
21
python-version : ' 3.x'
22
22
cache : ' pip'
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.event.workflow_run.head_branch }}
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
27
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
28
28
with :
29
29
python-version : ' 3.x'
30
30
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
19
19
persist-credentials : false
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.x"
23
23
- id : get-version
You can’t perform that action at this time.
0 commit comments