File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2626 working-directory : ${{env.WORKING_DIR}}
2727 steps :
2828 - name : Set up Python ${{env.PYTHON_VERSION}}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{env.PYTHON_VERSION}}
3232 - name : Checkout main branch of the repository
Original file line number Diff line number Diff line change 2222 working-directory : ${{env.WORKING_DIR}}
2323 steps :
2424 - name : Set up Python ${{env.PYTHON_VERSION}}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{env.PYTHON_VERSION}}
2828 - name : Checkout main branch of the repository
Original file line number Diff line number Diff line change 2828 working-directory : ${{env.WORKING_DIR}}
2929 steps :
3030 - name : Set up Python ${{env.PYTHON_VERSION}}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{env.PYTHON_VERSION}}
3434 - name : Checkout PR branch of the repository
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python 3.11
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.11'
2828 - name : Install dependencies
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.11'
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.11'
3131 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727 - name : Set up 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 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up 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 - name : Install dependencies
4242 steps :
4343 - uses : actions/checkout@v5
4444 - name : Set up Python 3.10
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.10'
4848 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up 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 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments