|
68 | 68 | exit 1 |
69 | 69 |
|
70 | 70 | - name: Check out the code at a specific ref |
71 | | - uses: actions/checkout@v4 |
| 71 | + uses: actions/checkout@v6 |
72 | 72 | with: |
73 | 73 | ref: ${{ inputs.ref || inputs.main_version || github.ref }} |
74 | 74 | persist-credentials: true |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | needs: [get-version, setup] |
188 | 188 | steps: |
189 | 189 | - name: Check out the code at a specific ref |
190 | | - uses: actions/checkout@v4 |
| 190 | + uses: actions/checkout@v6 |
191 | 191 | with: |
192 | 192 | ref: ${{ inputs.ref || inputs.main_version || github.ref }} |
193 | 193 | persist-credentials: true |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | langbuilder_image: ghcr.io/CloudGeometry/langbuilder:${{ needs.get-version.outputs.version }} |
283 | 283 | steps: |
284 | 284 | - name: Check out the code at a specific ref |
285 | | - uses: actions/checkout@v4 |
| 285 | + uses: actions/checkout@v6 |
286 | 286 | with: |
287 | 287 | ref: ${{ inputs.ref || inputs.main_version || github.ref }} |
288 | 288 |
|
@@ -339,7 +339,7 @@ jobs: |
339 | 339 | - "3.13" |
340 | 340 | steps: |
341 | 341 | - name: Check out the code at a specific ref |
342 | | - uses: actions/checkout@v4 |
| 342 | + uses: actions/checkout@v6 |
343 | 343 | with: |
344 | 344 | ref: ${{ inputs.ref || inputs.main_version || github.ref }} |
345 | 345 | - name: "Setup Environment" |
|
0 commit comments