@@ -3,7 +3,6 @@ name: docker tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
6
- feature/*
8
7
paths-ignore :
9
8
- ' **/README.md'
25
24
steps :
26
25
- uses : actions/checkout@v4
27
26
- name : Set up Python
28
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
29
28
with :
30
29
python-version : ${{ matrix.python-version }}
31
30
- name : Display Python version
68
67
steps :
69
68
- uses : actions/checkout@v4
70
69
- name : Set up Python
71
- uses : actions/setup-python@v4
70
+ uses : actions/setup-python@v5
72
71
with :
73
72
python-version : ${{ matrix.python-version }}
74
73
- name : Trim CI agent
@@ -118,7 +117,7 @@ jobs:
118
117
steps :
119
118
- uses : actions/checkout@v4
120
119
- name : Set up Python
121
- uses : actions/setup-python@v4
120
+ uses : actions/setup-python@v5
122
121
with :
123
122
python-version : ${{ matrix.python-version }}
124
123
- name : Trim CI agent
@@ -171,7 +170,7 @@ jobs:
171
170
steps :
172
171
- uses : actions/checkout@v4
173
172
- name : Set up Python
174
- uses : actions/setup-python@v4
173
+ uses : actions/setup-python@v5
175
174
with :
176
175
python-version : ${{ matrix.python-version }}
177
176
- name : Trim CI agent
@@ -222,7 +221,7 @@ jobs:
222
221
steps :
223
222
- uses : actions/checkout@v4
224
223
- name : Set up Python
225
- uses : actions/setup-python@v4
224
+ uses : actions/setup-python@v5
226
225
with :
227
226
python-version : ${{ matrix.python-version }}
228
227
- name : Trim CI agent
0 commit comments