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 2222 - { name: "lowest", python: "3.9", tox: py39-lowest }
2323 - { name: "3.13-madev", python: "3.13", tox: py313-marshmallowdev }
2424 steps :
25- - uses : actions/checkout@v4.2.2
25+ - uses : actions/checkout@v5.0.0
2626 - uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python }}
3232 name : Build package
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4.2.2
35+ - uses : actions/checkout@v5.0.0
3636 - uses : actions/setup-python@v5
3737 with :
3838 python-version : " 3.13"
5555 if : startsWith(github.ref, 'refs/tags')
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4.2.2
58+ - uses : actions/checkout@v5.0.0
5959 - uses : actions/setup-python@v5
6060 with :
6161 python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments