File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2424 id : python
25- uses : actions/setup-python@v6.2 .0
25+ uses : actions/setup-python@v6.3 .0
2626 with :
2727 python-version : ${{ env.DEFAULT_PYTHON }}
2828 cache : " poetry"
5050
5151 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
5252 id : python
53- uses : actions/setup-python@v6.2 .0
53+ uses : actions/setup-python@v6.3 .0
5454 with :
5555 python-version : ${{ env.DEFAULT_PYTHON }}
5656 cache : " poetry"
8181
8282 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
8383 id : python
84- uses : actions/setup-python@v6.2 .0
84+ uses : actions/setup-python@v6.3 .0
8585 with :
8686 python-version : ${{ env.DEFAULT_PYTHON }}
8787 cache : " poetry"
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
147147 id : python
148- uses : actions/setup-python@v6.2 .0
148+ uses : actions/setup-python@v6.3 .0
149149 with :
150150 python-version : ${{ env.DEFAULT_PYTHON }}
151151 cache : " poetry"
@@ -173,7 +173,7 @@ jobs:
173173
174174 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
175175 id : python
176- uses : actions/setup-python@v6.2 .0
176+ uses : actions/setup-python@v6.3 .0
177177 with :
178178 python-version : ${{ env.DEFAULT_PYTHON }}
179179 cache : " poetry"
You can’t perform that action at this time.
0 commit comments