File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : actions/setup-python@v4
14
+ - uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- run : pip install -U ruff==0.1.8
22
22
runs-on : ubuntu-22.04
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.x'
28
28
- run : pip3 install build && python -m build .
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
- name : Set up Python ${{ matrix.python-version }}
43
- uses : actions/setup-python@v4
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
allow-prereleases : true
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.x'
28
28
You can’t perform that action at this time.
0 commit comments