26262727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29- uses : actions/setup-python@v5.3 .0
29+ uses : actions/setup-python@v5.4 .0
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON }}
3232 check-latest : true
91919292 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
9393 id : python
94- uses : actions/setup-python@v5.3 .0
94+ uses : actions/setup-python@v5.4 .0
9595 with :
9696 python-version : ${{ env.DEFAULT_PYTHON }}
9797 check-latest : true
@@ -125,7 +125,7 @@ jobs:
125125126126 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
127127 id : python
128- uses : actions/setup-python@v5.3 .0
128+ uses : actions/setup-python@v5.4 .0
129129 with :
130130 python-version : ${{ env.DEFAULT_PYTHON }}
131131 check-latest : true
@@ -151,7 +151,7 @@ jobs:
151151152152 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
153153 id : python
154- uses : actions/setup-python@v5.3 .0
154+ uses : actions/setup-python@v5.4 .0
155155 with :
156156 python-version : ${{ env.DEFAULT_PYTHON }}
157157 check-latest : true
@@ -182,7 +182,7 @@ jobs:
182182183183 - name : Set up Python ${{ matrix.python-version }}
184184 id : python
185- uses : actions/setup-python@v5.3 .0
185+ uses : actions/setup-python@v5.4 .0
186186 with :
187187 python-version : ${{ matrix.python-version }}
188188 check-latest : true
0 commit comments