File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v5
3030
3131 - name : Set up Python ${{ env.DEFAULT_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 3434
3535 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3636 id : python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ env.DEFAULT_PYTHON }}
4040
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929
3030 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ env.DEFAULT_PYTHON }}
3434
Original file line number Diff line number Diff line change 5353 fetch-depth : 0
5454
5555 - name : Set up Python ${{ matrix.python-version }}
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959
@@ -105,7 +105,7 @@ jobs:
105105 uses : actions/checkout@v5
106106
107107 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
108- uses : actions/setup-python@v5
108+ uses : actions/setup-python@v6
109109 with :
110110 python-version : ${{ env.DEFAULT_PYTHON }}
111111
You can’t perform that action at this time.
0 commit comments