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 40
40
41
41
- name : Set up Python ${{ matrix.python-version }}
42
42
if : env.PUBLISH == 'true'
43
- uses : actions/setup-python@v4
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
cache : ' poetry'
Original file line number Diff line number Diff line change 19
19
run : pipx install "poetry==1.7.1"
20
20
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
cache : ' poetry'
96
96
run : pipx install "poetry==1.7.1"
97
97
98
98
- name : Set up Python ${{ matrix.python-version }}
99
- uses : actions/setup-python@v4
99
+ uses : actions/setup-python@v5
100
100
with :
101
101
python-version : ${{ matrix.python-version }}
102
102
cache : ' poetry'
You can’t perform that action at this time.
0 commit comments