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 2929
3030 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3131 id : python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ env.DEFAULT_PYTHON }}
3535
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v5
3333
3434 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ env.DEFAULT_PYTHON }}
3838
8383 uses : actions/checkout@v5
8484
8585 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : ${{ env.DEFAULT_PYTHON }}
8989
Original file line number Diff line number Diff line change 3535
3636 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3737 id : python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ env.DEFAULT_PYTHON }}
4141
Original file line number Diff line number Diff line change 3232
3333 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3434 id : python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ env.DEFAULT_PYTHON }}
3838
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ env.DEFAULT_PYTHON }}
4747
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ env.DEFAULT_PYTHON }}
4747
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version : ${{ env.DEFAULT_PYTHON }}
109109
Original file line number Diff line number Diff line change 2424 uses : docker/setup-buildx-action@v3
2525
2626 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ env.DEFAULT_PYTHON }}
3030
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ env.DEFAULT_PYTHON }}
4747
You can’t perform that action at this time.
0 commit comments