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 29
29
uses : actions/checkout@v5
30
30
31
31
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ env.DEFAULT_PYTHON }}
35
35
Original file line number Diff line number Diff line change 34
34
35
35
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
36
36
id : python
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : ${{ env.DEFAULT_PYTHON }}
40
40
Original file line number Diff line number Diff line change 28
28
fetch-depth : 0
29
29
30
30
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ${{ env.DEFAULT_PYTHON }}
34
34
Original file line number Diff line number Diff line change 53
53
fetch-depth : 0
54
54
55
55
- name : Set up Python ${{ matrix.python-version }}
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
@@ -105,7 +105,7 @@ jobs:
105
105
uses : actions/checkout@v5
106
106
107
107
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
108
- uses : actions/setup-python@v5
108
+ uses : actions/setup-python@v6
109
109
with :
110
110
python-version : ${{ env.DEFAULT_PYTHON }}
111
111
You can’t perform that action at this time.
0 commit comments