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