|
23 | 23 | outputs: |
24 | 24 | files: ${{ steps.get_files.outputs.changed_files }} |
25 | 25 | steps: |
26 | | - - uses: actions/checkout@v4 |
| 26 | + - uses: actions/checkout@v6 |
27 | 27 |
|
28 | 28 | - id: get_files |
29 | 29 | run: | |
|
53 | 53 | options: --user 1001 |
54 | 54 |
|
55 | 55 | steps: |
56 | | - - uses: actions/checkout@v4 |
| 56 | + - uses: actions/checkout@v6 |
57 | 57 |
|
58 | 58 | # - name: Installing dependencies |
59 | 59 | # => must be added to the docker container to avoid reinstalling it in every CI run |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | KRATOS_CI_APPLICATIONS: ".github/workflows/ci_apps_windows.json" |
255 | 255 |
|
256 | 256 | steps: |
257 | | - - uses: actions/checkout@v4 |
| 257 | + - uses: actions/checkout@v6 |
258 | 258 | - uses: actions/setup-python@v6 |
259 | 259 | with: |
260 | 260 | python-version: '3.8' |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | options: --user 1001 |
316 | 316 |
|
317 | 317 | steps: |
318 | | - - uses: actions/checkout@v3 |
| 318 | + - uses: actions/checkout@v6 |
319 | 319 |
|
320 | 320 | # - name: Installing dependencies |
321 | 321 | # => must be added to the docker container to avoid reinstalling it in every CI run |
@@ -360,7 +360,7 @@ jobs: |
360 | 360 | options: --user 1001 |
361 | 361 |
|
362 | 362 | steps: |
363 | | - - uses: actions/checkout@v4 |
| 363 | + - uses: actions/checkout@v6 |
364 | 364 |
|
365 | 365 | - name: CI configuration |
366 | 366 | shell: bash |
@@ -472,7 +472,7 @@ jobs: |
472 | 472 | KRATOS_CI_APPLICATIONS: "ONLY_CORE" |
473 | 473 |
|
474 | 474 | steps: |
475 | | - - uses: actions/checkout@v4 |
| 475 | + - uses: actions/checkout@v6 |
476 | 476 | - uses: actions/setup-python@v6 |
477 | 477 | with: |
478 | 478 | python-version: '3.8' |
@@ -562,7 +562,7 @@ jobs: |
562 | 562 | options: --user 1001 |
563 | 563 |
|
564 | 564 | steps: |
565 | | - - uses: actions/checkout@v4 |
| 565 | + - uses: actions/checkout@v6 |
566 | 566 |
|
567 | 567 | # - name: Installing dependencies |
568 | 568 | # => must be added to the docker container to avoid reinstalling it in every CI run |
|
0 commit comments