File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ' 3.x'
26
26
@@ -115,7 +115,7 @@ jobs:
115
115
node-version : ' 16.x'
116
116
117
117
- name : Set up python
118
- uses : actions/setup-python@v4
118
+ uses : actions/setup-python@v5
119
119
with :
120
120
python-version : ${{ matrix.python-version }}
121
121
@@ -185,7 +185,7 @@ jobs:
185
185
node-version : ' 16.x'
186
186
187
187
- name : Set up python
188
- uses : actions/setup-python@v4
188
+ uses : actions/setup-python@v5
189
189
with :
190
190
python-version : ${{ matrix.python-version }}
191
191
@@ -253,7 +253,7 @@ jobs:
253
253
node-version : ' 16.x'
254
254
255
255
- name : Set up python
256
- uses : actions/setup-python@v4
256
+ uses : actions/setup-python@v5
257
257
with :
258
258
python-version : ${{ matrix.python-version }}
259
259
You can’t perform that action at this time.
0 commit comments