File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Check out repo
2929 uses : actions/checkout@v4
3030 - name : Set up Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ${{ env.PYTHON_VERSION }}
3434 - name : Set up Poetry
Original file line number Diff line number Diff line change 1616 - name : Check out repo
1717 uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
2222 - name : Set up Poetry
Original file line number Diff line number Diff line change 2020 - name : Check out repo
2121 uses : actions/checkout@v4
2222 - name : Set up Python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ env.PYTHON_VERSION }}
2626 - name : Set up Poetry
Original file line number Diff line number Diff line change 1616 - name : Check out repo
1717 uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
2222 - name : Set up Poetry
Original file line number Diff line number Diff line change 2222 - name : Check out repo
2323 uses : actions/checkout@v4
2424 - name : Set up Python
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Set up Poetry
You can’t perform that action at this time.
0 commit comments