|
42 | 42 |
|
43 | 43 | steps: |
44 | 44 | - name: ⏬ Checkout repository to use local actions |
45 | | - uses: actions/checkout@v5 |
| 45 | + uses: actions/checkout@v6 |
46 | 46 |
|
47 | 47 | - uses: ./.github/actions/create-files |
48 | 48 |
|
@@ -108,7 +108,7 @@ jobs: |
108 | 108 |
|
109 | 109 | steps: |
110 | 110 | - name: ⏬ Checkout repository to use local actions |
111 | | - uses: actions/checkout@v5 |
| 111 | + uses: actions/checkout@v6 |
112 | 112 |
|
113 | 113 | - uses: ./.github/actions/create-files |
114 | 114 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file' |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 |
|
146 | 146 | steps: |
147 | 147 | - name: ⏬ Checkout repository to use local actions |
148 | | - uses: actions/checkout@v5 |
| 148 | + uses: actions/checkout@v6 |
149 | 149 |
|
150 | 150 | - uses: ./.github/actions/create-files |
151 | 151 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file-in-directory' |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 |
|
183 | 183 | steps: |
184 | 184 | - name: ⏬ Checkout repository to use local actions |
185 | | - uses: actions/checkout@v5 |
| 185 | + uses: actions/checkout@v6 |
186 | 186 |
|
187 | 187 | - uses: ./.github/actions/create-files |
188 | 188 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-directory' |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 |
|
222 | 222 | steps: |
223 | 223 | - name: ⏬ Checkout repository to use local actions |
224 | | - uses: actions/checkout@v5 |
| 224 | + uses: actions/checkout@v6 |
225 | 225 |
|
226 | 226 | - uses: ./.github/actions/create-files |
227 | 227 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-triple-file-in-directory' |
@@ -262,7 +262,7 @@ jobs: |
262 | 262 |
|
263 | 263 | steps: |
264 | 264 | - name: ⏬ Checkout repository to use local actions |
265 | | - uses: actions/checkout@v5 |
| 265 | + uses: actions/checkout@v6 |
266 | 266 |
|
267 | 267 | - uses: ./.github/actions/create-files |
268 | 268 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-deep-directory' |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 |
|
302 | 302 | steps: |
303 | 303 | - name: ⏬ Checkout repository to use local actions |
304 | | - uses: actions/checkout@v5 |
| 304 | + uses: actions/checkout@v6 |
305 | 305 |
|
306 | 306 | - uses: ./.github/actions/create-files |
307 | 307 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-directory' |
@@ -338,7 +338,7 @@ jobs: |
338 | 338 |
|
339 | 339 | steps: |
340 | 340 | - name: ⏬ Checkout repository to use local actions |
341 | | - uses: actions/checkout@v5 |
| 341 | + uses: actions/checkout@v6 |
342 | 342 |
|
343 | 343 | - uses: ./.github/actions/create-files |
344 | 344 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-directory' |
@@ -377,7 +377,7 @@ jobs: |
377 | 377 |
|
378 | 378 | steps: |
379 | 379 | - name: ⏬ Checkout repository to use local actions |
380 | | - uses: actions/checkout@v5 |
| 380 | + uses: actions/checkout@v6 |
381 | 381 |
|
382 | 382 | - uses: ./.github/actions/create-files |
383 | 383 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-unpredictable-wildcard' |
@@ -418,7 +418,7 @@ jobs: |
418 | 418 |
|
419 | 419 | steps: |
420 | 420 | - name: ⏬ Checkout repository to use local actions |
421 | | - uses: actions/checkout@v5 |
| 421 | + uses: actions/checkout@v6 |
422 | 422 |
|
423 | 423 | - uses: ./.github/actions/create-files |
424 | 424 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-nofile' with warning |
@@ -456,7 +456,7 @@ jobs: |
456 | 456 |
|
457 | 457 | steps: |
458 | 458 | - name: ⏬ Checkout repository to use local actions |
459 | | - uses: actions/checkout@v5 |
| 459 | + uses: actions/checkout@v6 |
460 | 460 |
|
461 | 461 | - name: 📥 Download artifact |
462 | 462 | uses: actions/download-artifact@v6 |
@@ -505,7 +505,7 @@ jobs: |
505 | 505 |
|
506 | 506 | steps: |
507 | 507 | - name: ⏬ Checkout repository to use local actions |
508 | | - uses: actions/checkout@v5 |
| 508 | + uses: actions/checkout@v6 |
509 | 509 |
|
510 | 510 | - name: 📥 Download artifact |
511 | 511 | uses: actions/download-artifact@v6 |
@@ -580,7 +580,7 @@ jobs: |
580 | 580 |
|
581 | 581 | steps: |
582 | 582 | - name: ⏬ Checkout repository to use local actions |
583 | | - uses: actions/checkout@v5 |
| 583 | + uses: actions/checkout@v6 |
584 | 584 |
|
585 | 585 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
586 | 586 | uses: actions/download-artifact@v6 |
@@ -634,7 +634,7 @@ jobs: |
634 | 634 |
|
635 | 635 | steps: |
636 | 636 | - name: ⏬ Checkout repository to use local actions |
637 | | - uses: actions/checkout@v5 |
| 637 | + uses: actions/checkout@v6 |
638 | 638 |
|
639 | 639 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
640 | 640 | uses: actions/download-artifact@v6 |
@@ -690,7 +690,7 @@ jobs: |
690 | 690 |
|
691 | 691 | steps: |
692 | 692 | - name: ⏬ Checkout repository to use local actions |
693 | | - uses: actions/checkout@v5 |
| 693 | + uses: actions/checkout@v6 |
694 | 694 |
|
695 | 695 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
696 | 696 | uses: actions/download-artifact@v6 |
@@ -746,7 +746,7 @@ jobs: |
746 | 746 |
|
747 | 747 | steps: |
748 | 748 | - name: ⏬ Checkout repository to use local actions |
749 | | - uses: actions/checkout@v5 |
| 749 | + uses: actions/checkout@v6 |
750 | 750 |
|
751 | 751 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
752 | 752 | uses: actions/download-artifact@v6 |
@@ -806,7 +806,7 @@ jobs: |
806 | 806 |
|
807 | 807 | steps: |
808 | 808 | - name: ⏬ Checkout repository to use local actions |
809 | | - uses: actions/checkout@v5 |
| 809 | + uses: actions/checkout@v6 |
810 | 810 |
|
811 | 811 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
812 | 812 | uses: actions/download-artifact@v6 |
@@ -858,7 +858,7 @@ jobs: |
858 | 858 |
|
859 | 859 | steps: |
860 | 860 | - name: ⏬ Checkout repository to use local actions |
861 | | - uses: actions/checkout@v5 |
| 861 | + uses: actions/checkout@v6 |
862 | 862 |
|
863 | 863 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
864 | 864 | uses: actions/download-artifact@v6 |
@@ -914,7 +914,7 @@ jobs: |
914 | 914 |
|
915 | 915 | steps: |
916 | 916 | - name: ⏬ Checkout repository to use local actions |
917 | | - uses: actions/checkout@v5 |
| 917 | + uses: actions/checkout@v6 |
918 | 918 |
|
919 | 919 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
920 | 920 | uses: actions/download-artifact@v6 |
@@ -980,7 +980,7 @@ jobs: |
980 | 980 |
|
981 | 981 | steps: |
982 | 982 | - name: ⏬ Checkout repository to use local actions |
983 | | - uses: actions/checkout@v5 |
| 983 | + uses: actions/checkout@v6 |
984 | 984 |
|
985 | 985 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
986 | 986 | uses: actions/download-artifact@v6 |
@@ -1039,7 +1039,7 @@ jobs: |
1039 | 1039 |
|
1040 | 1040 | steps: |
1041 | 1041 | - name: ⏬ Checkout repository to use local actions |
1042 | | - uses: actions/checkout@v5 |
| 1042 | + uses: actions/checkout@v6 |
1043 | 1043 |
|
1044 | 1044 | - name: 📥 Download artifact uploaded via '${{ matrix.task.action }}' |
1045 | 1045 | uses: actions/download-artifact@v6 |
@@ -1120,7 +1120,7 @@ jobs: |
1120 | 1120 |
|
1121 | 1121 | steps: |
1122 | 1122 | - name: ⏬ Checkout repository |
1123 | | - uses: actions/checkout@v5 |
| 1123 | + uses: actions/checkout@v6 |
1124 | 1124 | with: |
1125 | 1125 | # The command 'git describe' (used for version) needs the history. |
1126 | 1126 | fetch-depth: 0 |
|
0 commit comments