8
8
steps :
9
9
- uses : actions/checkout@v4.1.7
10
10
- name : Set up Python
11
- uses : actions/setup-python@v5.1.1
11
+ uses : actions/setup-python@v5.2.0
12
12
with :
13
13
python-version : ' 3.x'
14
14
- name : Install dependencies
24
24
steps :
25
25
- uses : actions/checkout@v4.1.7
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.1.1
27
+ uses : actions/setup-python@v5.2.0
28
28
with :
29
29
python-version : ' 3.7'
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v4.1.7
46
46
- name : Set up Python
47
- uses : actions/setup-python@v5.1.1
47
+ uses : actions/setup-python@v5.2.0
48
48
with :
49
49
python-version : ' 3.x'
50
50
- name : Install dependencies
64
64
steps :
65
65
- uses : actions/checkout@v4.1.7
66
66
- name : Set up Python
67
- uses : actions/setup-python@v5.1.1
67
+ uses : actions/setup-python@v5.2.0
68
68
with :
69
69
python-version : ' 3.x'
70
70
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v4.1.7
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v5.1.1
90
+ uses : actions/setup-python@v5.2.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
- uses : actions/checkout@v4.1.7
112
112
- name : Set up Python
113
- uses : actions/setup-python@v5.1.1
113
+ uses : actions/setup-python@v5.2.0
114
114
with :
115
115
python-version : ' 3.x'
116
116
- name : Install dependencies
0 commit comments