50
50
steps :
51
51
- uses : actions/checkout@v4.2.2
52
52
- name : Set up Python ${{ matrix.python.version }}
53
- uses : actions/setup-python@v5.3 .0
53
+ uses : actions/setup-python@v5.4 .0
54
54
with :
55
55
python-version : ${{ matrix.python.version }}
56
56
- name : Install dependencies
69
69
steps :
70
70
- uses : actions/checkout@v4.2.2
71
71
- name : Set up Python
72
- uses : actions/setup-python@v5.3 .0
72
+ uses : actions/setup-python@v5.4 .0
73
73
with :
74
74
python-version : " 3.12"
75
75
- name : Install dependencies
91
91
steps :
92
92
- uses : actions/checkout@v4.2.2
93
93
- name : Set up Python ${{ matrix.python-version }}
94
- uses : actions/setup-python@v5.3 .0
94
+ uses : actions/setup-python@v5.4 .0
95
95
with :
96
96
python-version : " 3.12"
97
97
- name : Install dependencies
@@ -114,7 +114,7 @@ jobs:
114
114
name : Python wheel
115
115
steps :
116
116
- uses : actions/checkout@v4.2.2
117
- - uses : actions/setup-python@v5.3 .0
117
+ - uses : actions/setup-python@v5.4 .0
118
118
with :
119
119
python-version : " 3.12"
120
120
- name : Install dependencies
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- uses : actions/checkout@v4.2.2
135
135
- name : Set up Python
136
- uses : actions/setup-python@v5.3 .0
136
+ uses : actions/setup-python@v5.4 .0
137
137
with :
138
138
python-version : ' 3.12'
139
139
- uses : actions/download-artifact@v4.1.8
0 commit comments