File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 image : harbor.stfc.ac.uk/psdi-pathfinder4/aiida-testbase:${{ matrix.container }}
2020 name : ${{ matrix.container }}
2121 steps :
22- - uses : actions/checkout@v4.2.2
22+ - uses : actions/checkout@v5.0.0
2323
2424 - name : Start AiiDA with a test profile
2525 shell : bash
4040 runs-on : ubuntu-latest
4141 timeout-minutes : 15
4242 steps :
43- - uses : actions/checkout@v4.2.2
43+
44+ - uses : actions/checkout@v5.0.0
45+ - name : Set up Python 3.11
46+ uses : actions/setup-python@v5.6.0
47+
48+ - uses : actions/checkout@v5.0.0
4449
4550 - name : Set up Python 3.13
4651 uses : uses: actions/setup-python@v6.0.0
5762 runs-on : ubuntu-latest
5863 timeout-minutes : 15
5964 steps :
60- - uses : actions/checkout@v4.2.2
65+
66+ - uses : actions/checkout@v5.0.0
6167
6268 - name : Set up Python 3.13
6369 uses : actions/setup-python@v6.0.0
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : checkout repository
2121 id : repo
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v5.0.0
2323
2424 - name : get python 3.11.6
2525 uses : actions/setup-python@v6.0.0
4747 steps :
4848
4949 - name : checkout
50- uses : actions/checkout@v4.2.2
50+ uses : actions/checkout@v5.0.0
5151
5252 - name : Change version in repo
5353 run : sed -i "s/__version__ =.*/__version__ = \"${{ github.event.inputs.version }}\"/g" aiida_gromacs/__init__.py
7878 runs-on : ubuntu-24.04
7979 steps :
8080 - name : Checkout repository
81- uses : actions/checkout@v4.2.2
81+ uses : actions/checkout@v5.0.0
8282 with :
8383 ref : master
8484
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110
111111 - name : checkout
112- uses : actions/checkout@v4.2.2
112+ uses : actions/checkout@v5.0.0
113113 with :
114114 ref : master
115115
You can’t perform that action at this time.
0 commit comments