50
50
steps :
51
51
- uses : actions/checkout@v3.5.3
52
52
- name : Set up Python ${{ matrix.python.version }}
53
- uses : actions/setup-python@v4.6.1
53
+ uses : actions/setup-python@v4.7.0
54
54
with :
55
55
python-version : ${{ matrix.python.version }}
56
56
- name : Install dependencies
68
68
steps :
69
69
- uses : actions/checkout@v3.5.3
70
70
- name : Set up Python
71
- uses : actions/setup-python@v4.6.1
71
+ uses : actions/setup-python@v4.7.0
72
72
with :
73
73
python-version : " 3.11"
74
74
- name : Install dependencies
89
89
steps :
90
90
- uses : actions/checkout@v3.5.3
91
91
- name : Set up Python ${{ matrix.python-version }}
92
- uses : actions/setup-python@v4.6.1
92
+ uses : actions/setup-python@v4.7.0
93
93
with :
94
94
python-version : " 3.11"
95
95
- name : Install dependencies
@@ -111,7 +111,7 @@ jobs:
111
111
name : Python wheel
112
112
steps :
113
113
- uses : actions/checkout@v3.5.3
114
- - uses : actions/setup-python@v4.6.1
114
+ - uses : actions/setup-python@v4.7.0
115
115
with :
116
116
python-version : " 3.11"
117
117
- name : Install dependencies
@@ -130,7 +130,7 @@ jobs:
130
130
steps :
131
131
- uses : actions/checkout@v3.5.3
132
132
- name : Set up Python
133
- uses : actions/setup-python@v4.6.1
133
+ uses : actions/setup-python@v4.7.0
134
134
with :
135
135
python-version : ' 3.11'
136
136
- uses : actions/download-artifact@v3.0.2
0 commit comments