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 39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
if : env.PUBLISH == 'true'
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
cache : ' poetry'
Original file line number Diff line number Diff line change 23
23
run : pipx install "poetry==1.7.1"
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
cache : ' poetry'
71
71
run : pipx install "poetry==1.7.1"
72
72
73
73
- name : Set up Python ${{ matrix.python-version }}
74
- uses : actions/setup-python@v4
74
+ uses : actions/setup-python@v5
75
75
with :
76
76
python-version : ${{ matrix.python-version }}
77
77
cache : ' poetry'
You can’t perform that action at this time.
0 commit comments