File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Set up Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python }}
4747
8484 uses : actions/checkout@v5
8585
8686 - name : Set up Python
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : ${{ matrix.python }}
9090
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v5
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python }}
3535 - name : Install dependencies
5454 uses : actions/checkout@v5
5555
5656 - name : Set up Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858
5959 with :
6060 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v5
4444
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python }}
4949
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v5
4444
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python }}
4949
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v5
4444
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python }}
4949
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Set up Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python }}
4747
8484 uses : actions/checkout@v5
8585
8686 - name : Set up Python
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : ${{ matrix.python }}
9090
@@ -127,7 +127,7 @@ jobs:
127127 uses : actions/checkout@v5
128128
129129 - name : Set up Python
130- uses : actions/setup-python@v5
130+ uses : actions/setup-python@v6
131131 with :
132132 python-version : ${{ matrix.python }}
133133
You can’t perform that action at this time.
0 commit comments