File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : pipx install "poetry==1.7.1"
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
if : env.PUBLISH == 'true'
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 25
25
run : pipx install "poetry==1.7.1"
26
26
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
cache : ' poetry'
98
98
run : pipx install "poetry==1.7.1"
99
99
100
100
- name : Set up Python ${{ matrix.python-version }}
101
- uses : actions/setup-python@v4
101
+ uses : actions/setup-python@v5
102
102
with :
103
103
python-version : ${{ matrix.python-version }}
104
104
cache : ' poetry'
You can’t perform that action at this time.
0 commit comments