File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 run : pipx install poetry
2222 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323 id : python
24- uses : actions/setup-python@v5.6 .0
24+ uses : actions/setup-python@v6.2 .0
2525 with :
2626 python-version : ${{ env.DEFAULT_PYTHON }}
2727 cache : " poetry"
4646 run : pipx install poetry
4747 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4848 id : python
49- uses : actions/setup-python@v5.6 .0
49+ uses : actions/setup-python@v6.2 .0
5050 with :
5151 python-version : ${{ env.DEFAULT_PYTHON }}
5252 cache : " poetry"
8585 run : pipx install poetry
8686 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
8787 id : python
88- uses : actions/setup-python@v5.6 .0
88+ uses : actions/setup-python@v6.2 .0
8989 with :
9090 python-version : ${{ env.DEFAULT_PYTHON }}
9191 cache : " poetry"
@@ -108,7 +108,7 @@ jobs:
108108 run : pipx install poetry
109109 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
110110 id : python
111- uses : actions/setup-python@v5.6 .0
111+ uses : actions/setup-python@v6.2 .0
112112 with :
113113 python-version : ${{ env.DEFAULT_PYTHON }}
114114 cache : " poetry"
You can’t perform that action at this time.
0 commit comments