File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up Python 3.10
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v6
1515 - name : Install Poetry
1616 run : |
1717 python -m pip install --upgrade poetry wheel
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v2
20+ - uses : actions/setup-python@v6
2121 - name : Install Poetry
2222 run : |
2323 python -m pip install --upgrade poetry wheel
Original file line number Diff line number Diff line change 2323 - name : Check out repository code
2424 uses : actions/checkout@v5
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install Poetry
You can’t perform that action at this time.
0 commit comments