File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 run : pipx install poetry
2020 - name : Setup Python
2121 id : setup-python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.x'
2525 cache : poetry
5151 - uses : actions/checkout@v3
5252 - name : Install Poetry
5353 run : pipx install poetry
54- - uses : actions/setup-python@v4
54+ - uses : actions/setup-python@v5
5555 with :
5656 python-version : " ${{ matrix.python }}"
5757 cache : poetry
8383 - name : Install Poetry
8484 run : pipx install poetry
8585 - name : Setup Python
86- uses : actions/setup-python@v4
86+ uses : actions/setup-python@v5
8787 with :
8888 python-version : ' 3.x'
8989 cache : poetry
Original file line number Diff line number Diff line change 2828 run : pipx install poetry
2929 - name : Setup Python
3030 id : setup-python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.x'
3434 cache : poetry
You can’t perform that action at this time.
0 commit comments