File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : pipx install poetry
23
23
- name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
24
24
id : python
25
- uses : actions/setup-python@v4.8 .0
25
+ uses : actions/setup-python@v5.0 .0
26
26
with :
27
27
python-version : ${{ env.DEFAULT_PYTHON }}
28
28
cache : " poetry"
45
45
run : pipx install poetry
46
46
- name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
47
47
id : python
48
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
48
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
49
49
with :
50
50
python-version : ${{ env.DEFAULT_PYTHON }}
51
51
cache : " poetry"
88
88
run : pipx install poetry
89
89
- name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
90
90
id : python
91
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
91
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
92
92
with :
93
93
python-version : ${{ env.DEFAULT_PYTHON }}
94
94
cache : " poetry"
You can’t perform that action at this time.
0 commit comments