8
8
steps :
9
9
10
10
- name : Set up Python
11
- uses : actions/setup-python@v5.2 .0
11
+ uses : actions/setup-python@v5.3 .0
12
12
with :
13
13
python-version : ' 3.x'
14
14
- name : Install dependencies
24
24
steps :
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.2 .0
27
+ uses : actions/setup-python@v5.3 .0
28
28
with :
29
29
python-version : ' 3.7'
30
30
- name : Install dependencies
44
44
steps :
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@v5.2 .0
47
+ uses : actions/setup-python@v5.3 .0
48
48
with :
49
49
python-version : ' 3.x'
50
50
- name : Install dependencies
64
64
steps :
65
65
66
66
- name : Set up Python
67
- uses : actions/setup-python@v5.2 .0
67
+ uses : actions/setup-python@v5.3 .0
68
68
with :
69
69
python-version : ' 3.x'
70
70
- name : Install dependencies
87
87
steps :
88
88
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v5.2 .0
90
+ uses : actions/setup-python@v5.3 .0
91
91
with :
92
92
python-version : ${{ matrix.python-version }}
93
93
- name : Install dependencies
@@ -110,7 +110,7 @@ jobs:
110
110
steps :
111
111
112
112
- name : Set up Python
113
- uses : actions/setup-python@v5.2 .0
113
+ uses : actions/setup-python@v5.3 .0
114
114
with :
115
115
python-version : ' 3.x'
116
116
- name : Install dependencies
0 commit comments