File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626
2727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON }}
3232
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ env.DEFAULT_PYTHON }}
3737
7272 uses : actions/checkout@v5
7373
7474 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : ${{ env.DEFAULT_PYTHON }}
7878
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 3737 uses : actions/checkout@v5
3838
3939 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ env.DEFAULT_PYTHON }}
4343
Original file line number Diff line number Diff line change 2828
2929 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3030 id : 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 6868 docker compose -f docker-compose.test.yml up -d --wait --wait-timeout 60
6969
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474
@@ -142,7 +142,7 @@ jobs:
142142 uses : actions/checkout@v5
143143
144144 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
145- uses : actions/setup-python@v5
145+ uses : actions/setup-python@v6
146146 with :
147147 python-version : ${{ env.DEFAULT_PYTHON }}
148148
You can’t perform that action at this time.
0 commit comments