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 3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 if : env.PUBLISH == 'true'
42- uses : actions/setup-python@v4
42+ uses : actions/setup-python@v5
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 cache : ' poetry'
Original file line number Diff line number Diff line change 2323 run : pipx install "poetry==1.7.1"
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : ' poetry'
7171 run : pipx install "poetry==1.7.1"
7272
7373 - name : Set up Python ${{ matrix.python-version }}
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments