File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 run : pipx install poetry
2828 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2929 id : python
30- uses : actions/setup-python@v5.3 .0
30+ uses : actions/setup-python@v5.4 .0
3131 with :
3232 python-version : ${{ env.DEFAULT_PYTHON }}
3333 cache : " poetry"
Original file line number Diff line number Diff line change 2626 run : pipx install poetry
2727 - name : 🏗 Set up Python ${{ matrix.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 : ${{ matrix.python }}
3232 cache : " poetry"
5959 run : pipx install poetry
6060 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6161 id : python
62- uses : actions/setup-python@v5.3 .0
62+ uses : actions/setup-python@v5.4 .0
6363 with :
6464 python-version : ${{ env.DEFAULT_PYTHON }}
6565 cache : " poetry"
Original file line number Diff line number Diff line change 2323 run : pipx install poetry
2424 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2525 id : python
26- uses : actions/setup-python@v5.3 .0
26+ uses : actions/setup-python@v5.4 .0
2727 with :
2828 python-version : ${{ env.DEFAULT_PYTHON }}
2929 cache : " poetry"
You can’t perform that action at this time.
0 commit comments