File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- { name: "lowest", python: "3.9", tox: py39-lowest }
23
23
- { name: "3.13-madev", python: "3.13", tox: py313-marshmallowdev }
24
24
steps :
25
- - uses : actions/checkout@v4.2.2
25
+ - uses : actions/checkout@v5.0.0
26
26
- uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python }}
32
32
name : Build package
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4.2.2
35
+ - uses : actions/checkout@v5.0.0
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : " 3.13"
55
55
if : startsWith(github.ref, 'refs/tags')
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@v4.2.2
58
+ - uses : actions/checkout@v5.0.0
59
59
- uses : actions/setup-python@v5
60
60
with :
61
61
python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments