|
41 | 41 | - name: Checkout and setup |
42 | 42 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
43 | 43 | - name: Cache local Maven repository |
44 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 44 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
45 | 45 | with: |
46 | 46 | path: ~/.m2/repository |
47 | 47 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
|
63 | 63 | - name: Checkout and setup |
64 | 64 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
65 | 65 | - name: Lookup read-only cache of local Maven repository |
66 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 66 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
67 | 67 | with: |
68 | 68 | path: ~/.m2/repository |
69 | 69 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | - name: Create directory for lib files |
137 | 137 | run: mkdir icu4c/source/perflib |
138 | 138 | - name: Get ICU libs |
139 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 139 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
140 | 140 | with: |
141 | 141 | name: icu-perf-libs |
142 | 142 | path: icu4c/source/lib |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | - name: Create directory for lib files |
211 | 211 | run: mkdir icu4c/source/perflib |
212 | 212 | - name: Get ICU libs |
213 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 213 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
214 | 214 | with: |
215 | 215 | name: icu-perf-libs |
216 | 216 | path: icu4c/source/lib |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | - name: Create directory for lib files |
276 | 276 | run: mkdir icu4c/source/perflib |
277 | 277 | - name: Get ICU libs |
278 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 278 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
279 | 279 | with: |
280 | 280 | name: icu-perf-libs |
281 | 281 | path: icu4c/source/lib |
@@ -323,7 +323,7 @@ jobs: |
323 | 323 | - name: Checkout and setup |
324 | 324 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
325 | 325 | - name: Lookup read-only cache of local Maven repository |
326 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 326 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
327 | 327 | with: |
328 | 328 | path: ~/.m2/repository |
329 | 329 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -375,7 +375,7 @@ jobs: |
375 | 375 | - name: Checkout and setup |
376 | 376 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
377 | 377 | - name: Lookup read-only cache of local Maven repository |
378 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 378 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
379 | 379 | with: |
380 | 380 | path: ~/.m2/repository |
381 | 381 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -430,7 +430,7 @@ jobs: |
430 | 430 | - name: Checkout and setup |
431 | 431 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
432 | 432 | - name: Lookup read-only cache of local Maven repository |
433 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 433 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
434 | 434 | with: |
435 | 435 | path: ~/.m2/repository |
436 | 436 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -490,7 +490,7 @@ jobs: |
490 | 490 | - name: Checkout and setup |
491 | 491 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
492 | 492 | - name: Lookup read-only cache of local Maven repository |
493 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 493 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
494 | 494 | with: |
495 | 495 | path: ~/.m2/repository |
496 | 496 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -620,7 +620,7 @@ jobs: |
620 | 620 | - name: Checkout and setup |
621 | 621 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
622 | 622 | - name: Lookup read-only cache of local Maven repository |
623 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 623 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
624 | 624 | with: |
625 | 625 | path: ~/.m2/repository |
626 | 626 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -694,7 +694,7 @@ jobs: |
694 | 694 | - name: Checkout and setup |
695 | 695 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
696 | 696 | - name: Lookup read-only cache of local Maven repository |
697 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 697 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
698 | 698 | with: |
699 | 699 | path: ~/.m2/repository |
700 | 700 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} |
@@ -778,7 +778,7 @@ jobs: |
778 | 778 | steps: |
779 | 779 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
780 | 780 | - name: Set up MSBuild |
781 | | - uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2 |
| 781 | + uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 |
782 | 782 | - name: Build Solution |
783 | 783 | run: msbuild icu4c/source/allinone/allinone.sln /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }} |
784 | 784 | - name: Run Tests (icucheck.bat) |
@@ -809,7 +809,7 @@ jobs: |
809 | 809 | git config --global core.autocrlf input |
810 | 810 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
811 | 811 | - name: Restore Cygwin cache |
812 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 812 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
813 | 813 | with: |
814 | 814 | path: ${{ env.CYG_CACHE }} |
815 | 815 | key: ${{ hashFiles('.github/workflows/icu_merge_ci.yml') }} |
|
0 commit comments