|
32 | 32 | build-version: ${{ steps.build-version.outputs.version }} |
33 | 33 | steps: |
34 | 34 | - name: Checkout this repository |
35 | | - uses: actions/checkout@v4 |
| 35 | + uses: actions/checkout@v5 |
36 | 36 | with: |
37 | 37 | fetch-depth: 0 |
38 | 38 |
|
@@ -151,7 +151,7 @@ jobs: |
151 | 151 |
|
152 | 152 | - name: Clone datalad/git-annex-ci-client-jobs |
153 | 153 | if: contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) |
154 | | - uses: actions/checkout@v4 |
| 154 | + uses: actions/checkout@v5 |
155 | 155 | with: |
156 | 156 | repository: datalad/git-annex-ci-client-jobs |
157 | 157 | fetch-depth: 1 |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | fail-fast: false |
253 | 253 | steps: |
254 | 254 | - name: Checkout this repository |
255 | | - uses: actions/checkout@v4 |
| 255 | + uses: actions/checkout@v5 |
256 | 256 |
|
257 | 257 | - name: Create pending PR status |
258 | 258 | if: github.event.inputs.pr != '' |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | needs: build-package |
383 | 383 | steps: |
384 | 384 | - name: Checkout this repository |
385 | | - uses: actions/checkout@v4 |
| 385 | + uses: actions/checkout@v5 |
386 | 386 |
|
387 | 387 | - name: Create pending PR status |
388 | 388 | if: github.event.inputs.pr != '' |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | fail-fast: false |
437 | 437 | steps: |
438 | 438 | - name: Checkout this repository |
439 | | - uses: actions/checkout@v4 |
| 439 | + uses: actions/checkout@v5 |
440 | 440 |
|
441 | 441 | - name: Create pending PR status |
442 | 442 | if: github.event.inputs.pr != '' |
@@ -498,7 +498,7 @@ jobs: |
498 | 498 |
|
499 | 499 | # needed for ssh certs under ubuntu and tox.ini everywhere |
500 | 500 | - name: Checkout datalad |
501 | | - uses: actions/checkout@v4 |
| 501 | + uses: actions/checkout@v5 |
502 | 502 | with: |
503 | 503 | repository: datalad/datalad |
504 | 504 | path: datalad |
|
0 commit comments