File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 61
61
uses : actions/checkout@v5
62
62
63
63
- name : Install Python
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : ${{ env.PYTHON_VERSION }}
67
67
86
86
uses : actions/checkout@v5
87
87
88
88
- name : Install Python
89
- uses : actions/setup-python@v5
89
+ uses : actions/setup-python@v6
90
90
with :
91
91
python-version : ${{ env.PYTHON_VERSION }}
92
92
Original file line number Diff line number Diff line change 75
75
uses : actions/checkout@v5
76
76
77
77
- name : Install Python
78
- uses : actions/setup-python@v5
78
+ uses : actions/setup-python@v6
79
79
with :
80
80
python-version : ${{ env.PYTHON_VERSION }}
81
81
@@ -103,7 +103,7 @@ jobs:
103
103
uses : actions/checkout@v5
104
104
105
105
- name : Install Python
106
- uses : actions/setup-python@v5
106
+ uses : actions/setup-python@v6
107
107
with :
108
108
python-version : ${{ env.PYTHON_VERSION }}
109
109
@@ -131,7 +131,7 @@ jobs:
131
131
uses : actions/checkout@v5
132
132
133
133
- name : Install Python
134
- uses : actions/setup-python@v5
134
+ uses : actions/setup-python@v6
135
135
with :
136
136
python-version : ${{ env.PYTHON_VERSION }}
137
137
Original file line number Diff line number Diff line change 53
53
uses : actions/checkout@v5
54
54
55
55
- name : Install Python
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ${{ env.PYTHON_VERSION }}
59
59
Original file line number Diff line number Diff line change 77
77
uses : actions/checkout@v5
78
78
79
79
- name : Install Python
80
- uses : actions/setup-python@v5
80
+ uses : actions/setup-python@v6
81
81
with :
82
82
python-version : ${{ env.PYTHON_VERSION }}
83
83
You can’t perform that action at this time.
0 commit comments