File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
pipx install poetry
60
60
61
61
- name : Setup Python
62
- uses : actions/setup-python@v4
62
+ uses : actions/setup-python@v5
63
63
with :
64
64
python-version : ' 3.x'
65
65
cache : poetry
@@ -159,7 +159,7 @@ jobs:
159
159
brew install llvm@16
160
160
161
161
- name : Setup Python
162
- uses : actions/setup-python@v4
162
+ uses : actions/setup-python@v5
163
163
with :
164
164
python-version : ' 3.x'
165
165
cache : poetry
@@ -265,7 +265,7 @@ jobs:
265
265
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
266
266
267
267
- name : Setup Python
268
- uses : actions/setup-python@v4
268
+ uses : actions/setup-python@v5
269
269
with :
270
270
python-version : ' 3.x'
271
271
cache : poetry
@@ -360,7 +360,7 @@ jobs:
360
360
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
361
361
362
362
- name : Setup Python
363
- uses : actions/setup-python@v4
363
+ uses : actions/setup-python@v5
364
364
with :
365
365
python-version : ' 3.x'
366
366
cache : poetry
@@ -426,7 +426,7 @@ jobs:
426
426
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
427
427
428
428
- name : Setup Python
429
- uses : actions/setup-python@v4
429
+ uses : actions/setup-python@v5
430
430
with :
431
431
python-version : ' 3.x'
432
432
cache : poetry
Original file line number Diff line number Diff line change 17
17
run : pipx install poetry
18
18
19
19
- name : Setup Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.x'
23
23
cache : poetry
You can’t perform that action at this time.
0 commit comments