4545 - name : Verify CLDR checkout ref
4646 run : echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
4747 - name : Cache CLDR repository
48- uses : actions/cache@v3
48+ uses : actions/cache@v4
4949 with :
5050 path : cldr
5151 key : cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
7171 with :
7272 java-version : 11
7373 - name : Cache local Maven repository
74- uses : actions/cache@v2
74+ uses : actions/cache@v4
7575 with :
7676 path : ~/.m2/repository
7777 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -113,7 +113,7 @@ jobs:
113113 - name : Verify CLDR checkout ref
114114 run : echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
115115 - name : Cache CLDR repository
116- uses : actions/cache@v3
116+ uses : actions/cache@v4
117117 with :
118118 path : cldr/mine/src
119119 key : cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 java-version : 11
135135 - name : Cache local Maven repository
136- uses : actions/cache@v2
136+ uses : actions/cache@v4
137137 with :
138138 path : ~/.m2/repository
139139 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -297,7 +297,7 @@ jobs:
297297 - name : Verify CLDR checkout ref
298298 run : echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
299299 - name : Cache CLDR repository
300- uses : actions/cache@v3
300+ uses : actions/cache@v4
301301 with :
302302 path : cldr/mine/src
303303 key : cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -317,7 +317,7 @@ jobs:
317317 with :
318318 java-version : 11
319319 - name : Cache local Maven repository
320- uses : actions/cache@v2
320+ uses : actions/cache@v4
321321 with :
322322 path : ~/.m2/repository
323323 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -375,7 +375,7 @@ jobs:
375375 - name : Verify CLDR checkout ref
376376 run : echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
377377 - name : Cache CLDR repository
378- uses : actions/cache@v3
378+ uses : actions/cache@v4
379379 with :
380380 path : cldr/mine/src
381381 key : cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -395,7 +395,7 @@ jobs:
395395 with :
396396 java-version : 11
397397 - name : Cache local Maven repository
398- uses : actions/cache@v2
398+ uses : actions/cache@v4
399399 with :
400400 path : ~/.m2/repository
401401 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments