File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ' 3.x'
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
fetch-depth : 0
28
28
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
52
52
fetch-depth : 0
53
53
54
54
- name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v4
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : " 3.11"
58
58
83
83
fetch-depth : 0
84
84
85
85
- name : Set up Python ${{ matrix.python-version }}
86
- uses : actions/setup-python@v4
86
+ uses : actions/setup-python@v5
87
87
with :
88
88
python-version : ${{ matrix.python-version }}
89
89
@@ -112,7 +112,7 @@ jobs:
112
112
fetch-depth : 0
113
113
114
114
- name : Set up Python
115
- uses : actions/setup-python@v4
115
+ uses : actions/setup-python@v5
116
116
with :
117
117
python-version : " 3.11"
118
118
@@ -136,7 +136,7 @@ jobs:
136
136
fetch-depth : 0
137
137
138
138
- name : Set up Python
139
- uses : actions/setup-python@v4
139
+ uses : actions/setup-python@v5
140
140
with :
141
141
# Pin this to the same version used on in .readthedocs.yaml
142
142
python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments