File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.x"
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
26
26
- uses : hynek/build-and-inspect-python-package@v2
27
27
41
41
42
42
steps :
43
43
- name : Download packages built by build-and-inspect-python-package
44
- uses : actions/download-artifact@v4
44
+ uses : actions/download-artifact@v5
45
45
with :
46
46
name : Packages
47
47
path : dist
Original file line number Diff line number Diff line change 14
14
matrix :
15
15
branch : ["3.14", "3.13", "3.12"]
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.branch }}
59
59
# Test minimum supported and latest stable from 3.x series
60
60
python-version : ["3.12", "3"]
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
- uses : actions/setup-python@v5
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments