File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
58
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
102
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
27
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
28
28
with :
29
29
python-version : ' 3.x'
30
30
54
54
release_id : ${{ steps.gh-release.outputs.result }}
55
55
steps :
56
56
- name : Fetch build artifacts
57
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
57
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
58
58
with :
59
59
name : build-artifacts
60
60
96
96
id-token : write # to authenticate as Trusted Publisher to pypi.org
97
97
steps :
98
98
- name : Fetch build artifacts
99
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
99
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
100
100
with :
101
101
name : build-artifacts
102
102
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
20
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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