|
46 | 46 | target_windows_sfx: ${{ env.TARGET_WINDOWS_SFX }} |
47 | 47 | target_windows_zip: ${{ env.TARGET_WINDOWS_ZIP }} |
48 | 48 | steps: |
49 | | - - uses: actions/checkout@v4 |
| 49 | + - uses: actions/checkout@v5 |
50 | 50 | with: |
51 | 51 | fetch-depth: 0 |
52 | 52 | submodules: recursive |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
196 | 196 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
197 | 197 | steps: |
198 | | - - uses: actions/checkout@v4 |
| 198 | + - uses: actions/checkout@v5 |
199 | 199 | with: |
200 | 200 | fetch-depth: 1 |
201 | 201 | submodules: recursive |
@@ -245,7 +245,7 @@ jobs: |
245 | 245 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
246 | 246 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
247 | 247 | steps: |
248 | | - - uses: actions/checkout@v4 |
| 248 | + - uses: actions/checkout@v5 |
249 | 249 | with: |
250 | 250 | fetch-depth: 1 |
251 | 251 | submodules: recursive |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
320 | 320 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
321 | 321 | steps: |
322 | | - - uses: actions/checkout@v4 |
| 322 | + - uses: actions/checkout@v5 |
323 | 323 | with: |
324 | 324 | fetch-depth: 1 |
325 | 325 | submodules: recursive |
@@ -426,7 +426,7 @@ jobs: |
426 | 426 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
427 | 427 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
428 | 428 | steps: |
429 | | - - uses: actions/checkout@v4 |
| 429 | + - uses: actions/checkout@v5 |
430 | 430 | with: |
431 | 431 | fetch-depth: 0 |
432 | 432 | submodules: recursive |
@@ -478,7 +478,7 @@ jobs: |
478 | 478 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
479 | 479 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
480 | 480 | steps: |
481 | | - - uses: actions/checkout@v4 |
| 481 | + - uses: actions/checkout@v5 |
482 | 482 | with: |
483 | 483 | fetch-depth: 1 |
484 | 484 | submodules: recursive |
@@ -598,7 +598,7 @@ jobs: |
598 | 598 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
599 | 599 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
600 | 600 | steps: |
601 | | - - uses: actions/checkout@v4 |
| 601 | + - uses: actions/checkout@v5 |
602 | 602 | with: |
603 | 603 | fetch-depth: 1 |
604 | 604 | submodules: recursive |
@@ -669,7 +669,7 @@ jobs: |
669 | 669 | BUILD_NUM: ${{ needs.configure.outputs.build_num }} |
670 | 670 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
671 | 671 | steps: |
672 | | - - uses: actions/checkout@v4 |
| 672 | + - uses: actions/checkout@v5 |
673 | 673 | with: |
674 | 674 | fetch-depth: 1 |
675 | 675 | submodules: recursive |
@@ -712,7 +712,7 @@ jobs: |
712 | 712 | env: |
713 | 713 | PRODUCT_VERSION: ${{ github.ref_type == 'tag' && github.ref_name || needs.configure.outputs.previous_tag }} |
714 | 714 | steps: |
715 | | - - uses: actions/checkout@v4 |
| 715 | + - uses: actions/checkout@v5 |
716 | 716 | with: |
717 | 717 | fetch-depth: 1 |
718 | 718 | submodules: recursive |
|
0 commit comments