File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 92
92
path : dist
93
93
94
94
- name : Set up Python
95
- uses : actions/setup-python@v5
95
+ uses : actions/setup-python@v6
96
96
with :
97
97
python-version : " 3.11"
98
98
Original file line number Diff line number Diff line change 23
23
persist-credentials : false
24
24
25
25
- name : Setup Python
26
- uses : actions/setup-python@v5
26
+ uses : actions/setup-python@v6
27
27
with :
28
28
python-version : " 3.11"
29
29
cache : pip
Original file line number Diff line number Diff line change 34
34
persist-credentials : true
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : " 3.x"
40
40
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292
292
path : dist
293
293
294
294
- name : Set up Python ${{ matrix.python }}
295
- uses : actions/setup-python@v5
295
+ uses : actions/setup-python@v6
296
296
with :
297
297
python-version : ${{ matrix.python }}
298
298
check-latest : true
Original file line number Diff line number Diff line change 26
26
persist-credentials : false
27
27
28
28
- name : Setup Python
29
- uses : actions/setup-python@v5
29
+ uses : actions/setup-python@v6
30
30
with :
31
31
python-version : " 3.11"
32
32
cache : pip
You can’t perform that action at this time.
0 commit comments