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 4040
4141 - name : Set up Python ${{ matrix.python-version }}
4242 if : env.PUBLISH == 'true'
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 cache : ' poetry'
Original file line number Diff line number Diff line change 1717 run : pipx install "poetry==1.7.1"
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 cache : ' poetry'
6666 run : pipx install "poetry==1.7.1"
6767
6868 - name : Set up Python ${{ matrix.python-version }}
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v5
7070 with :
7171 python-version : ${{ matrix.python-version }}
7272 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments