File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : " Install Poetry ${{matrix.poetry-version}}"
2222 run : pipx install poetry==${{matrix.poetry-version}}
2323 - name : " Setup Python ${{matrix.python-version}}"
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{matrix.python-version}}
2727 cache : ' poetry'
Original file line number Diff line number Diff line change 2525 - name : " Install Poetry ${{matrix.poetry-version}}"
2626 run : pipx install poetry==${{matrix.poetry-version}}
2727 - name : " Setup Python ${{matrix.python-version}}"
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{matrix.python-version}}
3131 cache : ' poetry'
5151 - name : " Setup Poetry ${{matrix.poetry-version}}"
5252 run : pipx install poetry==${{matrix.poetry-version}}
5353 - name : " Setup Python ${{matrix.python-version}}"
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{matrix.python-version}}
5757 cache : " poetry"
Original file line number Diff line number Diff line change 1717 - name : " Checkout"
1818 uses : actions/checkout@v5
1919 - name : " Setup Python"
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 - name : " Setup Poetry ${{matrix.poetry-version}}"
2222 run : pipx install poetry==${{matrix.poetry-version}}
2323 - name : " Build package"
You can’t perform that action at this time.
0 commit comments