File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v4
29
29
30
30
- name : configure python
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ' 3.9'
34
34
Original file line number Diff line number Diff line change 65
65
shell : bash -leo pipefail {0}
66
66
steps :
67
67
- name : configure python
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ' 3.9'
71
71
Original file line number Diff line number Diff line change 62
62
META_DICT : ${{ needs.set-meta-releases.outputs.dict }}
63
63
steps :
64
64
- name : configure python
65
- uses : actions/setup-python@v4
65
+ uses : actions/setup-python@v5
66
66
with :
67
67
python-version : ' 3.9'
68
68
Original file line number Diff line number Diff line change 33
33
shell : bash -leo pipefail {0}
34
34
steps :
35
35
- name : configure python
36
- uses : actions/setup-python@v4
36
+ uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ' 3.9'
39
39
Original file line number Diff line number Diff line change 39
39
TAG : ${{ inputs.tag }}
40
40
steps :
41
41
- name : configure python
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ' 3.9'
45
45
You can’t perform that action at this time.
0 commit comments