2222 run : pipx install poetry
2323 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2424 id : python
25- 25+ 2626 with :
2727 python-version : ${{ env.DEFAULT_PYTHON }}
2828 cache : " poetry"
4545 run : pipx install poetry
4646 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4747 id : python
48- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
48+ uses : actions/setup-python@v4.6.1 # v4
4949 with :
5050 python-version : ${{ env.DEFAULT_PYTHON }}
5151 cache : " poetry"
6868 run : pipx install poetry
6969 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7070 id : python
71- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
71+ uses : actions/setup-python@v4.6.1 # v4
7272 with :
7373 python-version : ${{ env.DEFAULT_PYTHON }}
7474 cache : " poetry"
9191 run : pipx install poetry
9292 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9393 id : python
94- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
94+ uses : actions/setup-python@v4.6.1 # v4
9595 with :
9696 python-version : ${{ env.DEFAULT_PYTHON }}
9797 cache : " poetry"
@@ -140,7 +140,7 @@ jobs:
140140 run : pipx install poetry
141141 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
142142 id : python
143- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
143+ uses : actions/setup-python@v4.6.1 # v4
144144 with :
145145 python-version : ${{ env.DEFAULT_PYTHON }}
146146 cache : " poetry"
@@ -163,7 +163,7 @@ jobs:
163163 run : pipx install poetry
164164 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
165165 id : python
166- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
166+ uses : actions/setup-python@v4.6.1 # v4
167167 with :
168168 python-version : ${{ env.DEFAULT_PYTHON }}
169169 cache : " poetry"
@@ -186,7 +186,7 @@ jobs:
186186 run : pipx install poetry
187187 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
188188 id : python
189- uses : actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
189+ uses : actions/setup-python@v4.6.1 # v4
190190 with :
191191 python-version : ${{ env.DEFAULT_PYTHON }}
192192 cache : " poetry"
0 commit comments