26
26
27
27
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
28
28
id : python
29
- uses : actions/setup-python@v5.3 .0
29
+ uses : actions/setup-python@v5.4 .0
30
30
with :
31
31
python-version : ${{ env.DEFAULT_PYTHON }}
32
32
check-latest : true
91
91
92
92
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
93
93
id : python
94
- uses : actions/setup-python@v5.3 .0
94
+ uses : actions/setup-python@v5.4 .0
95
95
with :
96
96
python-version : ${{ env.DEFAULT_PYTHON }}
97
97
check-latest : true
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
127
127
id : python
128
- uses : actions/setup-python@v5.3 .0
128
+ uses : actions/setup-python@v5.4 .0
129
129
with :
130
130
python-version : ${{ env.DEFAULT_PYTHON }}
131
131
check-latest : true
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
153
153
id : python
154
- uses : actions/setup-python@v5.3 .0
154
+ uses : actions/setup-python@v5.4 .0
155
155
with :
156
156
python-version : ${{ env.DEFAULT_PYTHON }}
157
157
check-latest : true
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
- name : Set up Python ${{ matrix.python-version }}
184
184
id : python
185
- uses : actions/setup-python@v5.3 .0
185
+ uses : actions/setup-python@v5.4 .0
186
186
with :
187
187
python-version : ${{ matrix.python-version }}
188
188
check-latest : true
0 commit comments