File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 1717
1818 - uses : actions/checkout@v4
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.x'
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 steps :
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 : ' 3.10'
2828 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
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 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.10'
2525 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments