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 3838 run : pipx install "poetry==1.7.1"
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 if : env.PUBLISH == 'true'
4343 with :
4444 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2525 run : pipx install "poetry==1.7.1"
2626
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 cache : ' poetry'
9898 run : pipx install "poetry==1.7.1"
9999
100100 - name : Set up Python ${{ matrix.python-version }}
101- uses : actions/setup-python@v4
101+ uses : actions/setup-python@v5
102102 with :
103103 python-version : ${{ matrix.python-version }}
104104 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments