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 1616 - { name: "3.9-ipython8", python: "3.9", tox: py39-ipython8 }
1717 - { name: "3.13-ipython8", python: "3.13", tox: py13-ipython8 }
1818 steps :
19- - uses : actions/checkout@v4.0.0
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python }}
2727 name : Build package
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : actions/setup-python@v5
3232 with :
3333 python-version : " 3.13"
5050 if : startsWith(github.ref, 'refs/tags')
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v4.0.0
53+ - uses : actions/checkout@v5
5454 - uses : actions/setup-python@v5
5555 with :
5656 python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments