|
25 | 25 | outputs:
|
26 | 26 | triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
|
27 | 27 | steps:
|
28 |
| - - uses: actions/checkout@v4 |
| 28 | + - uses: actions/checkout@v5 |
29 | 29 | with:
|
30 | 30 | fetch-depth: 2
|
31 | 31 | - uses: xarray-contrib/ci-trigger@v1
|
|
46 | 46 | CONDA_ENV_FILE: ci/requirements/environment.yml
|
47 | 47 | PYTHON_VERSION: "3.12"
|
48 | 48 | steps:
|
49 |
| - - uses: actions/checkout@v4 |
| 49 | + - uses: actions/checkout@v5 |
50 | 50 | with:
|
51 | 51 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
52 | 52 |
|
|
92 | 92 | PYTHON_VERSION: "3.12"
|
93 | 93 |
|
94 | 94 | steps:
|
95 |
| - - uses: actions/checkout@v4 |
| 95 | + - uses: actions/checkout@v5 |
96 | 96 | with:
|
97 | 97 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
98 | 98 |
|
@@ -143,7 +143,7 @@ jobs:
|
143 | 143 | PYTHON_VERSION: "3.11"
|
144 | 144 |
|
145 | 145 | steps:
|
146 |
| - - uses: actions/checkout@v4 |
| 146 | + - uses: actions/checkout@v5 |
147 | 147 | with:
|
148 | 148 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
149 | 149 |
|
@@ -199,7 +199,7 @@ jobs:
|
199 | 199 | PYTHON_VERSION: "3.12"
|
200 | 200 |
|
201 | 201 | steps:
|
202 |
| - - uses: actions/checkout@v4 |
| 202 | + - uses: actions/checkout@v5 |
203 | 203 | with:
|
204 | 204 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
205 | 205 |
|
@@ -255,7 +255,7 @@ jobs:
|
255 | 255 | PYTHON_VERSION: "3.11"
|
256 | 256 |
|
257 | 257 | steps:
|
258 |
| - - uses: actions/checkout@v4 |
| 258 | + - uses: actions/checkout@v5 |
259 | 259 | with:
|
260 | 260 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
261 | 261 |
|
@@ -307,7 +307,7 @@ jobs:
|
307 | 307 | COLUMNS: 120
|
308 | 308 |
|
309 | 309 | steps:
|
310 |
| - - uses: actions/checkout@v4 |
| 310 | + - uses: actions/checkout@v5 |
311 | 311 | with:
|
312 | 312 | fetch-depth: 0 # Fetch all history for all branches and tags.
|
313 | 313 |
|
|
0 commit comments