File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 name : Run tests
1818 steps :
1919 - name : Checkout repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
3939 runs-on : ubuntu-latest
4040 timeout-minutes : 15
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : Set up Python 3.12
4444 uses : actions/setup-python@v5
4545 with :
5555 runs-on : ubuntu-latest
5656 timeout-minutes : 15
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959 - name : Set up Python 3.11
6060 uses : actions/setup-python@v5
6161 with :
8080 name : MDAnalysis Compatibility Tests
8181 steps :
8282 - name : Checkout repo
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484
8585 - name : Set up Python ${{ matrix.python-version }}
8686 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1111 name : Publish to pypi if tagged
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616
1717 - uses : casperdcl/deploy-pypi@v2
You can’t perform that action at this time.
0 commit comments