File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change 29
29
- run : pnpm run type-refresh
30
30
working-directory : webclient
31
31
- name : Setup Python
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ' 3.13'
35
35
- name : Install python dependencies
Original file line number Diff line number Diff line change 22
22
args: [--frozen-lockfile, --strict-peer-dependencies]
23
23
- args: [--global, openapi-format]
24
24
- name : Setup Python
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ' 3.13'
28
28
- name : Install python dependencies
You can’t perform that action at this time.
0 commit comments