|
31 | 31 | with: |
32 | 32 | python-version: ${{ matrix.python-version }} |
33 | 33 |
|
34 | | - - uses: actions/checkout@v4 |
| 34 | + - uses: actions/checkout@v5 |
35 | 35 | with: |
36 | 36 | lfs: true |
37 | 37 | - run: git fetch --prune --unshallow |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | ~/.cache/pooch |
141 | 141 | key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ github.job }} |
142 | 142 |
|
143 | | - - uses: actions/checkout@v4 |
| 143 | + - uses: actions/checkout@v5 |
144 | 144 | - run: git fetch --prune --unshallow |
145 | 145 |
|
146 | 146 | - run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | ~/.cache/pooch |
224 | 224 | key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ github.job }} |
225 | 225 |
|
226 | | - - uses: actions/checkout@v4 |
| 226 | + - uses: actions/checkout@v5 |
227 | 227 | - run: git fetch --prune --unshallow |
228 | 228 |
|
229 | 229 | - run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | with: |
255 | 255 | python-version: "3.11" |
256 | 256 |
|
257 | | - - uses: actions/checkout@v4 |
| 257 | + - uses: actions/checkout@v5 |
258 | 258 | with: |
259 | 259 | lfs: true |
260 | 260 |
|
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | with: |
320 | 320 | python-version: "3.11" |
321 | 321 |
|
322 | | - - uses: actions/checkout@v4 |
| 322 | + - uses: actions/checkout@v5 |
323 | 323 | with: |
324 | 324 | lfs: true |
325 | 325 | - run: git fetch --prune --unshallow |
|
0 commit comments