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 1919 run : pipx install "poetry==1.7.1"
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 cache : ' poetry'
9696 run : pipx install "poetry==1.7.1"
9797
9898 - name : Set up Python ${{ matrix.python-version }}
99- uses : actions/setup-python@v4
99+ uses : actions/setup-python@v5
100100 with :
101101 python-version : ${{ matrix.python-version }}
102102 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments