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 13
13
uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.11'
19
19
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.10'
18
18
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
You can’t perform that action at this time.
0 commit comments