File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
if : env.SHOULD_BUILD == 'yes'
109
109
110
110
- name : Setup Python 3
111
- uses : actions/setup-python@v5
111
+ uses : actions/setup-python@v6
112
112
with :
113
113
python-version : ' 3.11'
114
114
if : env.SHOULD_BUILD == 'yes'
@@ -334,7 +334,7 @@ jobs:
334
334
if : env.DISABLED != 'yes'
335
335
336
336
- name : Setup Python 3
337
- uses : actions/setup-python@v5
337
+ uses : actions/setup-python@v6
338
338
with :
339
339
python-version : ' 3.11'
340
340
if : env.DISABLED != 'yes'
Original file line number Diff line number Diff line change 65
65
node-version-file : ' .nvmrc'
66
66
67
67
- name : Setup Python 3
68
- uses : actions/setup-python@v5
68
+ uses : actions/setup-python@v6
69
69
with :
70
70
python-version : ' 3.11'
71
71
if : env.VSCODE_ARCH == 'x64'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
if : env.SHOULD_BUILD == 'yes'
107
107
108
108
- name : Setup Python 3
109
- uses : actions/setup-python@v5
109
+ uses : actions/setup-python@v6
110
110
with :
111
111
python-version : ' 3.11'
112
112
if : env.SHOULD_BUILD == 'yes'
@@ -187,7 +187,7 @@ jobs:
187
187
if : env.SHOULD_BUILD == 'yes'
188
188
189
189
- name : Setup Python 3
190
- uses : actions/setup-python@v5
190
+ uses : actions/setup-python@v6
191
191
with :
192
192
python-version : ' 3.11'
193
193
if : env.SHOULD_BUILD == 'yes'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
if : env.SHOULD_BUILD == 'yes'
110
110
111
111
- name : Setup Python 3
112
- uses : actions/setup-python@v5
112
+ uses : actions/setup-python@v6
113
113
with :
114
114
python-version : ' 3.11'
115
115
if : env.SHOULD_BUILD == 'yes'
@@ -335,7 +335,7 @@ jobs:
335
335
if : env.DISABLED != 'yes'
336
336
337
337
- name : Setup Python 3
338
- uses : actions/setup-python@v5
338
+ uses : actions/setup-python@v6
339
339
with :
340
340
python-version : ' 3.11'
341
341
if : env.DISABLED != 'yes'
Original file line number Diff line number Diff line change 64
64
node-version-file : ' .nvmrc'
65
65
66
66
- name : Setup Python 3
67
- uses : actions/setup-python@v5
67
+ uses : actions/setup-python@v6
68
68
with :
69
69
python-version : ' 3.11'
70
70
if : env.VSCODE_ARCH == 'x64'
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
if : env.SHOULD_BUILD == 'yes'
106
106
107
107
- name : Setup Python 3
108
- uses : actions/setup-python@v5
108
+ uses : actions/setup-python@v6
109
109
with :
110
110
python-version : ' 3.11'
111
111
if : env.SHOULD_BUILD == 'yes'
@@ -186,7 +186,7 @@ jobs:
186
186
if : env.SHOULD_BUILD == 'yes'
187
187
188
188
- name : Setup Python 3
189
- uses : actions/setup-python@v5
189
+ uses : actions/setup-python@v6
190
190
with :
191
191
python-version : ' 3.11'
192
192
if : env.SHOULD_BUILD == 'yes'
You can’t perform that action at this time.
0 commit comments